Uses of Interface
org.objectweb.jotm.TimerEventListener

Packages that use TimerEventListener
org.objectweb.jotm   
 

Uses of TimerEventListener in org.objectweb.jotm
 

Classes in org.objectweb.jotm that implement TimerEventListener
 class ControlImpl
          Implementation of the object that represents a transaction.
 class TransactionImpl
          TransactionImpl is the implementation of the Transaction interface, defined in JTA specifications.
 

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

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