Package | Description |
---|---|
org.castor.transactionmanager |
Castor transaction manager factory.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TransactionManagerFactory |
TransactionManagerFactoryRegistry.getTransactionManagerFactory(String name)
Returns a
TransactionManagerFactory with the specified name. |
Copyright © 2013. All rights reserved.