Uses of Package
org.objectweb.jotm

Packages that use org.objectweb.jotm
org.objectweb.jotm   
org.objectweb.jotm.jta.jeremie   
org.objectweb.jotm.jta.rmi Transaction interceptors for RMI/JRMP 
org.objectweb.jotm.ots Transaction interceptors for OTS (on RMI/IIOP) 
org.objectweb.transaction.jta ObjectWeb's extension to JTA (Java Transaction API
 

Classes in org.objectweb.jotm used by org.objectweb.jotm
Control
          OTS-like Control interface.
Coordinator
          OTS-like Coordinator.
Current
          Current is the common implementation for both UserTransaction and TransactionManager.
JotmRecovery
           
RecoveryCoordinator
           
RemoteSynchro
           
Resource
          This interface must be implemented by objects that will be registered to the JTM Coordinator.
Terminator
          OTS-like Terminator
TimerEvent
           
TimerEventListener
           
TimerManager
          A timer manager manages 2 lists of timers with 2 threads One thread is a clock which decrements timers every second and passes them when expired in a list of expired timers.
TransactionContext
          This is how the JTA Implementation in JOTM sees the Transaction Context.
TransactionFactory
           
TransactionImpl
          TransactionImpl is the implementation of the Transaction interface, defined in JTA specifications.
TransactionRecovery
           
TransactionRecoveryImpl
           
TransactionResourceManager
           
Xid
           
 

Classes in org.objectweb.jotm used by org.objectweb.jotm.jta.jeremie
TransactionContext
          This is how the JTA Implementation in JOTM sees the Transaction Context.
 

Classes in org.objectweb.jotm used by org.objectweb.jotm.jta.rmi
TransactionContext
          This is how the JTA Implementation in JOTM sees the Transaction Context.
 

Classes in org.objectweb.jotm used by org.objectweb.jotm.ots
TransactionContext
          This is how the JTA Implementation in JOTM sees the Transaction Context.
 

Classes in org.objectweb.jotm used by org.objectweb.transaction.jta
TransactionRecovery