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 | Field and Description |
---|---|
static TimerPreserveMissed |
TimerPreserveMissed.ALL
Preserve-missed value for the ALL option.
|
static TimerPreserveMissed |
TimerPreserveMissed.LAST
Preserve-missed value for the LAST option.
|
static TimerPreserveMissed |
TimerPreserveMissed.NONE
Preserve-missed value for the NONE option.
|
Modifier and Type | Method and Description |
---|---|
static TimerPreserveMissed |
TimerPreserveMissed.fromInt(int option)
Get a
TimerPreserveMissed object from an integer value. |
static TimerPreserveMissed |
TimerPreserveMissed.fromString(String option)
Get a
TimerPreserveMissed object from a string value. |
TimerPreserveMissed |
TimerOptions.getPreserveMissed()
Get the value of the preserve-missed option.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerOptions.setPreserveMissed(TimerPreserveMissed preserveMissed)
Set the value of the preserve missed option.
|
Constructor and Description |
---|
TimerOptions(boolean persistent,
long timeout,
TimerPreserveMissed preserveMissed)
Deprecated.
This constructor specifies the value of the persistent option, which
has been deprecated. It has been replaced with
TimerOptions.TimerOptions(long, TimerPreserveMissed) . |
TimerOptions(long timeout,
TimerPreserveMissed preserveMissed)
Create a
TimerOptions object for the specified timer behavior. |