| java.lang.Object com.caucho.ejb.timer.EjbTimerService
EjbTimerService | public class EjbTimerService implements TimerService(Code) | | Implements the timer service
|
Field Summary | |
final protected static Logger | log |
__caucho_find | EjbTimer __caucho_find(long timerId)(Code) | | Finds a timer by id
|
createTimer | public Timer createTimer(long duration, Serializable info) throws EJBException(Code) | | Creates a timer for a duration.
|
createTimer | public Timer createTimer(long initialDuration, long intervalDuration, Serializable info) throws EJBException(Code) | | Creates an interval timer
|
createTimer | public Timer createTimer(Date expiration, Serializable info) throws EJBException(Code) | | Creates a timer
|
createTimer | public Timer createTimer(Date expiration, long interval, Serializable info) throws EJBException(Code) | | Creates a timer
|
getTimers | public Collection getTimers() throws EJBException(Code) | | Returns the timers
|
|
|