|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerID | |
|---|---|
| javax.slee.facilities | |
| Uses of TimerID in javax.slee.facilities |
|---|
| Methods in javax.slee.facilities that return TimerID | |
|---|---|
TimerID |
TimerEvent.getTimerID()
Get the timer ID of the timer that fired this event. |
TimerID |
TimerFacility.setTimer(ActivityContextInterface aci,
Address address,
long startTime,
long period,
int numRepetitions,
TimerOptions options)
Set a periodic timer. |
TimerID |
TimerFacility.setTimer(ActivityContextInterface aci,
Address address,
long expireTime,
TimerOptions options)
Set a non-periodic timer. |
| Methods in javax.slee.facilities with parameters of type TimerID | |
|---|---|
void |
TimerFacility.cancelTimer(TimerID timerID)
Cancel a previously set timer. |
ActivityContextInterface |
TimerFacility.getActivityContextInterface(TimerID timerID)
Get a reference to the Activity Context on which a timer was set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||