Java javax.ejb Timer fields, constructors, methods, implement or subclass

Example usage for Java javax.ejb Timer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.ejb Timer.

The text is from its open source code.

Method

voidcancel()
Cause the timer and all its associated expiration notifications to be cancelled.
SerializablegetInfo()
Get the information associated with the timer at the time of creation.
DategetNextTimeout()
Get the point in time at which the next timer expiration is scheduled to occur.
ScheduleExpressiongetSchedule()
Get the schedule expression corresponding to this timer.
StringtoString()
Returns a string representation of the object.