|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.notify.filter.TimeFilter
public class TimeFilter
This filter implements a specialized time filter. The filter compares an event start or expiry against current time.
Constructor Summary | |
---|---|
TimeFilter(TimeService timeSource)
Default constructor. |
Method Summary | |
---|---|
boolean |
checkStartTime(UtcT startTime)
Check if the event is deliverable based on its start time. |
boolean |
checkStopTime(UtcT stopTime)
Check if the event is deliverable based on its expiry time. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeFilter(TimeService timeSource)
Method Detail |
---|
public boolean checkStartTime(UtcT startTime)
public boolean checkStopTime(UtcT stopTime)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |