org.apache.openejb.core.timer
Class TimerData
java.lang.Object
org.apache.openejb.core.timer.TimerData
public class TimerData
- extends java.lang.Object
Constructor Summary |
TimerData(long id,
EjbTimerServiceImpl timerService,
java.lang.String deploymentId,
java.lang.Object primaryKey,
java.lang.Object info,
java.util.Date expiration,
long intervalDuration)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerData
public TimerData(long id,
EjbTimerServiceImpl timerService,
java.lang.String deploymentId,
java.lang.Object primaryKey,
java.lang.Object info,
java.util.Date expiration,
long intervalDuration)
stop
public void stop()
getId
public long getId()
getDeploymentId
public java.lang.String getDeploymentId()
getPrimaryKey
public java.lang.Object getPrimaryKey()
getInfo
public java.lang.Object getInfo()
getExpiration
public java.util.Date getExpiration()
getIntervalDuration
public long getIntervalDuration()
getTimerTask
public java.util.TimerTask getTimerTask()
setTimerTask
public void setTimerTask(java.util.TimerTask timerTask)
getTimer
public javax.ejb.Timer getTimer()
isOneTime
public boolean isOneTime()
isNewTimer
public boolean isNewTimer()
newTimer
public void newTimer()
isCancelled
public boolean isCancelled()
cancel
public void cancel()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.