org.openorb.notify.filter
public class TimeFilter extends Object
| 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. |