javax.ejb
Interface TimerService
public interface TimerService
createTimer
public Timer createTimer(Date expiration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
createTimer
public Timer createTimer(Date initialExpiration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
createTimer
public Timer createTimer(long duration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
createTimer
public Timer createTimer(long initialDuration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
getTimers
public Collection getTimers()
throws IllegalStateException,
EJBException