Methods 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. This handle can
be used at a later time to re-obtain the timer reference.
|
public java.io.Serializable | getInfo()Get the information associated with the timer at the time of creation.
|
public java.util.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.
|