| Package | Description |
|---|---|
| javax.slee.facilities |
This package defines the interfaces and classes for the SLEE facilities available to SBBs and resource adaptors.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
TimerOptions(TimerOptions options)
Create a
TimerOptions object that has the same behavioral properties as
another TimerOptions. |