Uses of Interface
org.castor.transactionmanager.TransactionManagerFactory

Packages that use TransactionManagerFactory
org.castor.transactionmanager Castor transaction manager factory. 
 

Uses of TransactionManagerFactory in org.castor.transactionmanager
 

Classes in org.castor.transactionmanager that implement TransactionManagerFactory
 class AbstractTransactionManagerFactory
          An abstract factory for acquiring transactions from this J2EE container.
 class AtomikosTransactionManagerFactory
          Transaction manager factory instance to be used with J2EE containers where the transaction manager used is Atomikos.
 class JNDIENCTransactionManagerFactory
          Transaction manager factory instance to be used with J2EE containers where the transaction manager is bound to the JNDI ENC of the container.
 class JOTMTransactionManagerFactory
          Transaction manager factory instance to be used with J2EE containers where the transaction manager used is JOTM.
 class LocalTransactionManagerFactory
          Default transaction manager when Castor is used in standalone mode, in other words not within a J2EE container.
 class WebSphere51TransactionManagerFactory
          An IBM Websphere 5.1 specific factory for acquiring transactions from this J2EE container.
 class WebSphere5TransactionManagerFactory
          An IBM Websphere 5 specific factory for acquiring transactions from this J2EE container.
 class WebSphereTransactionManagerFactory
          An IBM Websphere 4 and prior specific factory for acquiring transactions from this particular J2EE container.
 

Methods in org.castor.transactionmanager that return TransactionManagerFactory
 TransactionManagerFactory TransactionManagerFactoryRegistry.getTransactionManagerFactory(String name)
          Returns a TransactionManagerFactory with the specified name.
 



Copyright © 2010. All Rights Reserved.