Uses of Interface
org.ow2.jonas.lib.timer.TimerEventListener

Packages that use TimerEventListener
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.jmbeans.monitoring   
org.ow2.jonas.lib.timer   
 

Uses of TimerEventListener in org.ow2.jonas.lib.ejb21
 

Classes in org.ow2.jonas.lib.ejb21 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.ow2.jonas.lib.jmbeans.monitoring
 

Classes in org.ow2.jonas.lib.jmbeans.monitoring that implement TimerEventListener
 class MemoryMonitoring
           
 

Uses of TimerEventListener in org.ow2.jonas.lib.timer
 

Methods in org.ow2.jonas.lib.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.ow2.jonas.lib.timer with parameters of type TimerEventListener
TimerEvent(TimerEventListener l, long timeout, Object a, boolean p)
          Constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.