Package org.drools.core.time.impl
Class PointInTimeTrigger
java.lang.Object
org.drools.core.time.impl.PointInTimeTrigger
- All Implemented Interfaces:
Serializable,Trigger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PointInTimeTriggercreatePointInTimeTrigger(long timestamp, Collection<Calendar> calendars) voidtoString()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.base.time.Trigger
initialize
-
Constructor Details
-
PointInTimeTrigger
public PointInTimeTrigger() -
PointInTimeTrigger
public PointInTimeTrigger(long timestamp)
-
-
Method Details
-
createPointInTimeTrigger
public static PointInTimeTrigger createPointInTimeTrigger(long timestamp, Collection<Calendar> calendars) -
hasNextFireTime
- Specified by:
hasNextFireTimein interfaceTrigger
-
nextFireTime
- Specified by:
nextFireTimein interfaceTrigger
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
toString
-