public class IntervalTimerData extends TimerData
OPEN_EJB_TIMEOUT_TRIGGER_GROUP_NAME, OPEN_EJB_TIMEOUT_TRIGGER_NAME_PREFIX, scheduler, trigger| Constructor and Description |
|---|
IntervalTimerData(long id,
EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.TimerConfig timerConfig,
Date initialExpiration,
long intervalDuration) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getInitialExpiration() |
long |
getIntervalDuration() |
TimerType |
getType() |
org.apache.openejb.quartz.impl.triggers.AbstractTrigger<?> |
initializeTrigger() |
String |
toString() |
cancel, doReadObject, doWriteObject, getDeploymentId, getId, getInfo, getNextTimeout, getPrimaryKey, getTimeoutMethod, getTimer, getTimeRemaining, getTrigger, isCancelled, isExpired, isNewTimer, isPersistent, isStopped, newTimer, setExpired, setScheduler, stoppublic IntervalTimerData(long id,
EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Method timeoutMethod,
javax.ejb.TimerConfig timerConfig,
Date initialExpiration,
long intervalDuration)
public long getIntervalDuration()
public Date getInitialExpiration()
public org.apache.openejb.quartz.impl.triggers.AbstractTrigger<?> initializeTrigger()
initializeTrigger in class TimerDataCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.