public class PointInTimeTrigger extends Object implements Trigger
Constructor and Description |
---|
PointInTimeTrigger() |
PointInTimeTrigger(long timestamp,
String[] calendarNames,
org.kie.api.runtime.Calendars calendars) |
Modifier and Type | Method and Description |
---|---|
Date |
hasNextFireTime()
This method is used to query the trigger about the existence of a
possible next fire time, but WITHOUT changing any internal state
of the trigger.
|
Date |
nextFireTime()
This method returns the date of the next fire time and updates
the internal state of the Trigger to the following fire time
if one exists.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public PointInTimeTrigger()
public PointInTimeTrigger(long timestamp, String[] calendarNames, org.kie.api.runtime.Calendars calendars)
public Date hasNextFireTime()
Trigger
hasNextFireTime
in interface Trigger
public Date nextFireTime()
Trigger
nextFireTime
in interface Trigger
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.