Uses of Interface
javax.ejb.TimerHandle

Packages that use TimerHandle
com.caucho.config.timer   
javax.ejb   
 

Uses of TimerHandle in com.caucho.config.timer
 

Classes in com.caucho.config.timer that implement TimerHandle
 class EjbTimerHandle
          Resin EJB timer handle.
 

Methods in com.caucho.config.timer that return TimerHandle
 TimerHandle EjbTimer.getHandle()
          Get a serializable handle to the timer.
 

Uses of TimerHandle in javax.ejb
 

Methods in javax.ejb that return TimerHandle
 TimerHandle Timer.getHandle()
          Get a serializable handle to the timer.