Example usage for Java javax.ejb TimerService fields, constructors, methods, implement or subclass
The text is from its open source code.
Timer | createTimer(long duration, Serializable info) Create a single-action timer that expires after a specified duration. |
Timer | createTimer(Date expiration, Serializable info) Create a single-action timer that expires at a given point in time. |
Collection | getTimers() Returns all active timers associated with this bean. |