| javax.ejb.Timer
Timer | public interface Timer (Code) | | The Timer interface contains information about a timer that was created
through the EJB Timer Service
|
Method Summary | |
public void | cancel() Cause the timer and all its associated expiration notifications to be cancelled. | public TimerHandle | getHandle() Get a serializable handle to the timer. | public Serializable | getInfo() Get the information associated with the timer at the time of creation. | public Date | getNextTimeout() Get the point in time at which the next timer expiration is scheduled to occur. | public long | getTimeRemaining() Get the number of milliseconds that will elapse before the next scheduled timer expiration. |
|
|