Uses of Class
javax.slee.facilities.TimerOptions

Packages that use TimerOptions
javax.slee.facilities   
 

Uses of TimerOptions in javax.slee.facilities
 

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

Constructors in javax.slee.facilities with parameters of type TimerOptions
TimerOptions(TimerOptions options)
          Create a TimerOptions object that has the same behavioral properties as another TimerOptions.
 



Copyright © 2008. All Rights Reserved.