Home » Castor-1.3-src » org.castor » transactionmanager »

org.castor.transactionmanager

Interfaces:

TransactionManagerFactory   A factory for properly acquiring javax.transaction.TransactionManager from J2EE containers.  code | html

Abstract Classes:

AbstractTransactionManagerFactory   An abstract factory for acquiring transactions from this J2EE container.  code | html

Classes:

JNDIENCTransactionManagerFactory   Transaction manager factory instance to be used with J2EE containers where the transaction manager is bound to the JNDI ENC of the container.  code | html
JOTMTransactionManagerFactory   Transaction manager factory instance to be used with J2EE containers where the transaction manager used is JOTM.  code | html
LocalTransactionManager   Default transaction manager when Castor is used in standalone mode, in other words not within a J2EE container.  code | html
LocalTransactionManagerFactory   Default transaction manager when Castor is used in standalone mode, in other words not within a J2EE container.  code | html
TransactionManagerAcquireException   An exception encapsulating an exception that occurs during the operation to acquire a javax.transaction.TransactionManager code | html
TransactionManagerFactoryRegistry   Registry for TransactionManagerFactory implementations obtained from the Castor properties file and used by the JDO configuration file.  code | html
TransactionManagerRegistry   Registry for TransactionManager instances obtained by their name.  code | html
TransactionManagerRegistry.Loader   Loader class for TransactionManager's.  code | html
WebSphere51TransactionManagerFactory   An IBM Websphere 5.1 specific factory for acquiring transactions from this J2EE container.  code | html
WebSphere5TransactionManagerFactory   An IBM Websphere 5 specific factory for acquiring transactions from this J2EE container.  code | html
WebSphereTransactionManagerFactory   An IBM Websphere 4 and prior specific factory for acquiring transactions from this particular J2EE container.  code | html