Uses of Interface
org.objectweb.jonas_timer.TimerEventListener

Packages that use TimerEventListener
org.objectweb.jonas_ejb.container   
org.objectweb.jonas_timer   
org.objectweb.jonas.server   
 

Uses of TimerEventListener in org.objectweb.jonas_ejb.container
 

Classes in org.objectweb.jonas_ejb.container that implement TimerEventListener
 class JSessionSwitch
          JSessionSwitch holds all the code that is common to EJBObject and EJBLocalObject for session beans.
 class JStatefulSwitch
          JStatefulSwitch is the implementation of JSessionSwitch dedicated to the Stateful Session Bean.
 class JStatelessSwitch
          JStatelessSwitch is the implementation of JSessionSwitch dedicated to the Stateless Session Bean.
 class JTimer
          JOnAS Implementation of the Timer interface (from EJB 2.1) This is a basic implementation based on jonas_timer.
 

Uses of TimerEventListener in org.objectweb.jonas_timer
 

Methods in org.objectweb.jonas_timer with parameters of type TimerEventListener
 TimerEvent TimerManager.addTimer(TimerEventListener tel, long timeout, Object arg, boolean permanent)
          Deprecated. use addTimerMs instead.
 TimerEvent TimerManager.addTimerMs(TimerEventListener tel, long timeout, Object arg, boolean permanent)
          add a new timer in the list
 

Constructors in org.objectweb.jonas_timer with parameters of type TimerEventListener
TimerEvent(TimerEventListener l, long timeout, Object a, boolean p)
          Constructor
 

Uses of TimerEventListener in org.objectweb.jonas.server
 

Classes in org.objectweb.jonas.server that implement TimerEventListener
 class J2EEServer
          MBean class for Server management.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.