public class SingleActionTimerData extends TimerData
OPEN_EJB_TIMEOUT_TRIGGER_GROUP_NAME, OPEN_EJB_TIMEOUT_TRIGGER_NAME_PREFIX, scheduler, trigger
Constructor and Description |
---|
SingleActionTimerData(long id,
EjbTimerServiceImpl timerService,
java.lang.String deploymentId,
java.lang.Object primaryKey,
java.lang.reflect.Method timeoutMethod,
TimerConfig timerConfig,
java.util.Date expiration) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getExpiration() |
TimerType |
getType() |
<any> |
initializeTrigger() |
java.lang.String |
toString() |
cancel, doReadObject, doWriteObject, getDeploymentId, getId, getInfo, getNextTimeout, getPrimaryKey, getTimeoutMethod, getTimer, getTimeRemaining, getTrigger, isCancelled, isExpired, isNewTimer, isPersistent, isStopped, newTimer, setExpired, setScheduler, stop
public SingleActionTimerData(long id, EjbTimerServiceImpl timerService, java.lang.String deploymentId, java.lang.Object primaryKey, java.lang.reflect.Method timeoutMethod, TimerConfig timerConfig, java.util.Date expiration)
public java.util.Date getExpiration()
public <any> initializeTrigger()
initializeTrigger
in class TimerData
public java.lang.String toString()
toString
in class java.lang.Object