Uses of Interface
org.ow2.jonas.tm.Enlistable

Packages that use Enlistable
org.ow2.jonas.dbm.internal.cm   
org.ow2.jonas.resource.internal.cm.jta   
org.ow2.jonas.tm   
org.ow2.jonas.tm.jotm   
 

Uses of Enlistable in org.ow2.jonas.dbm.internal.cm
 

Classes in org.ow2.jonas.dbm.internal.cm that implement Enlistable
 class JManagedConnection
          This class represents the physical connection, managed by the pool.
 

Uses of Enlistable in org.ow2.jonas.resource.internal.cm.jta
 

Classes in org.ow2.jonas.resource.internal.cm.jta that implement Enlistable
 class JResourceManagerEvent
          This class implements Enlistable.
 

Uses of Enlistable in org.ow2.jonas.tm
 

Methods in org.ow2.jonas.tm with parameters of type Enlistable
 void TransactionManager.notifyConnectionClose(Enlistable mce)
           
 void TransactionManager.notifyConnectionError(Enlistable mce)
           
 void TransactionManager.notifyConnectionOpen(Enlistable mce)
           
 

Uses of Enlistable in org.ow2.jonas.tm.jotm
 

Methods in org.ow2.jonas.tm.jotm with parameters of type Enlistable
 void JOTMTransactionManager.notifyConnectionClose(Enlistable mce)
          A Connection has been closed.
 void JOTMTransactionManager.notifyConnectionError(Enlistable mce)
          A Connection has been in error.
 void JOTMTransactionManager.notifyConnectionOpen(Enlistable mce)
          A Connection has been opened.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.