org.apache.openejb.core.timer
Class TimerData
java.lang.Object
org.apache.openejb.core.timer.TimerData
public class TimerData
- extends Object
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,
String deploymentId,
Object primaryKey,
Object info,
Date expiration,
long intervalDuration)
stop
public void stop()
getId
public long getId()
getDeploymentId
public String getDeploymentId()
getPrimaryKey
public Object getPrimaryKey()
getInfo
public Object getInfo()
getExpiration
public Date getExpiration()
getIntervalDuration
public long getIntervalDuration()
getTimerTask
public TimerTask getTimerTask()
setTimerTask
public void setTimerTask(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-2013 The Apache OpenEJB development community. All Rights Reserved.