Uses of Interface
net.sf.jso.transaction.TransactionListener

Packages that use TransactionListener
net.sf.jso.engine   
net.sf.jso.transaction   
 

Uses of TransactionListener in net.sf.jso.engine
 

Classes in net.sf.jso.engine that implement TransactionListener
 class JSOStorageController
          Controller responsible for coordinating storage operations by several concurrent storage managers.
 class JSOStorageManager
          Manager responsible for storage operations with storable objects.
 

Uses of TransactionListener in net.sf.jso.transaction
 

Classes in net.sf.jso.transaction that implement TransactionListener
 class JSOTransactionManager
           
 

Methods in net.sf.jso.transaction with parameters of type TransactionListener
 void TransactionManager.addListener(TransactionListener listener)
          Starts sending transaction events to a listener.
 void TransactionManager.removeListener(TransactionListener listener)
          Stops sending transaction events to a listener.
 void JSOTransactionManager.addListener(TransactionListener listener)
          Starts sending transaction events to a listener.
 void JSOTransactionManager.removeListener(TransactionListener listener)
          Stops sending transaction events to a listener.