Uses of Class
javax.slee.facilities.TimerPreserveMissed

Packages that use TimerPreserveMissed
javax.slee.facilities   
 

Uses of TimerPreserveMissed in javax.slee.facilities
 

Fields in javax.slee.facilities declared as TimerPreserveMissed
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.
 

Methods in javax.slee.facilities that return TimerPreserveMissed
static TimerPreserveMissed TimerPreserveMissed.fromInt(int option)
          Get a TimerPreserveMissed object from an integer value.
static TimerPreserveMissed TimerPreserveMissed.fromString(java.lang.String option)
          Get a TimerPreserveMissed object from a string value.
 TimerPreserveMissed TimerOptions.getPreserveMissed()
          Get the value of the preserve-missed option.
 

Methods in javax.slee.facilities with parameters of type TimerPreserveMissed
 void TimerOptions.setPreserveMissed(TimerPreserveMissed preserveMissed)
          Set the value of the preserve missed option.
 

Constructors in javax.slee.facilities with parameters of type TimerPreserveMissed
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.
 



Copyright © 2008. All Rights Reserved.