public interface TimerService
Modifier and Type | Method and Description |
---|---|
Timer |
createTimer(java.util.Date initialExpiration,
long intervalDuration,
java.io.Serializable info) |
Timer |
createTimer(java.util.Date expiration,
java.io.Serializable info) |
Timer |
createTimer(long initialDuration,
long intervalDuration,
java.io.Serializable info) |
Timer |
createTimer(long duration,
java.io.Serializable info) |
java.util.Collection |
getTimers() |
Timer createTimer(java.util.Date initialExpiration, long intervalDuration, java.io.Serializable info) throws java.lang.IllegalArgumentException, java.lang.IllegalStateException, EJBException
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
Timer createTimer(java.util.Date expiration, java.io.Serializable info) throws java.lang.IllegalArgumentException, java.lang.IllegalStateException, EJBException
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
Timer createTimer(long initialDuration, long intervalDuration, java.io.Serializable info) throws java.lang.IllegalArgumentException, java.lang.IllegalStateException, EJBException
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
Timer createTimer(long duration, java.io.Serializable info) throws java.lang.IllegalArgumentException, java.lang.IllegalStateException, EJBException
java.lang.IllegalArgumentException
java.lang.IllegalStateException
EJBException
java.util.Collection getTimers() throws java.lang.IllegalStateException, EJBException
java.lang.IllegalStateException
EJBException