Package | Description |
---|---|
com.caucho.config.timer | |
javax.ejb |
Modifier and Type | Method and Description |
---|---|
void |
EjbTimer.cancel()
Cause the timer and all its associated expiration notifications to be
Canceled.
|
TimerHandle |
EjbTimer.getHandle()
Get a serializable handle to the timer.
|
java.io.Serializable |
EjbTimer.getInfo()
Get the information associated with the timer at the time of creation.
|
java.util.Date |
EjbTimer.getNextTimeout()
Get the point in time at which the next timer expiration is scheduled to
occur.
|
ScheduleExpression |
EjbTimer.getSchedule()
Get the schedule expression corresponding to this timer.
|
Timer |
EjbTimerHandle.getTimer()
Obtain a reference to the timer represented by this handle.
|
long |
EjbTimer.getTimeRemaining()
Get the number of milliseconds that will elapse before the next scheduled
timer expiration.
|
boolean |
EjbTimer.isCalendarTimer()
Query whether this timer is a calendar-based timer.
|
boolean |
EjbTimer.isPersistent()
Query whether this timer has persistent semantics.
|
Modifier and Type | Method and Description |
---|---|
void |
Timer.cancel()
Cause the timer and all its associated expiration notifications to be
Canceled.
|
TimerHandle |
Timer.getHandle()
Get a serializable handle to the timer.
|
java.io.Serializable |
Timer.getInfo()
Get the information associated with the timer at the time of creation.
|
java.util.Date |
Timer.getNextTimeout()
Get the point in time at which the next timer expiration is scheduled to
occur.
|
ScheduleExpression |
Timer.getSchedule()
Get the schedule expression corresponding to this timer.
|
Timer |
TimerHandle.getTimer()
Obtain a reference to the timer represented by this handle.
|
long |
Timer.getTimeRemaining()
Get the number of milliseconds that will elapse before the next scheduled
timer expiration.
|
boolean |
Timer.isCalendarTimer()
Query whether this timer is a calendar-based timer.
|
boolean |
Timer.isPersistent()
Query whether this timer has persistent semantics.
|