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
IllegalStateException
EJBException
Copyright © 2015. All rights reserved.