Example usage for Java javax.ejb Timer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | cancel() Cause the timer and all its associated expiration notifications to be cancelled. |
Serializable | getInfo() Get the information associated with the timer at the time of creation. |
Date | getNextTimeout() Get the point in time at which the next timer expiration is scheduled to occur. |
ScheduleExpression | getSchedule() Get the schedule expression corresponding to this timer. |
String | toString() Returns a string representation of the object. |