public interface TimerService
| Modifier and Type | Method and Description |
|---|---|
Timer |
createTimer(Date initialExpiration,
long intervalDuration,
Serializable info) |
Timer |
createTimer(Date expiration,
Serializable info) |
Timer |
createTimer(long initialDuration,
long intervalDuration,
Serializable info) |
Timer |
createTimer(long duration,
Serializable info) |
Collection |
getTimers() |
Timer createTimer(Date initialExpiration, long intervalDuration, Serializable info) throws IllegalArgumentException, IllegalStateException, EJBException
Timer createTimer(Date expiration, Serializable info) throws IllegalArgumentException, IllegalStateException, EJBException
Timer createTimer(long initialDuration, long intervalDuration, Serializable info) throws IllegalArgumentException, IllegalStateException, EJBException
Timer createTimer(long duration, Serializable info) throws IllegalArgumentException, IllegalStateException, EJBException
Collection getTimers() throws IllegalStateException, EJBException
IllegalStateExceptionEJBExceptionCopyright © 2013. All Rights Reserved.