|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionManagerAcquireException | |
|---|---|
| org.castor.transactionmanager | Castor transaction manager factory. |
| Uses of TransactionManagerAcquireException in org.castor.transactionmanager |
|---|
| Methods in org.castor.transactionmanager that throw TransactionManagerAcquireException | |
|---|---|
TransactionManager |
TransactionManagerFactory.getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the given properties. |
TransactionManager |
JOTMTransactionManagerFactory.getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the given properties. |
TransactionManager |
JNDIENCTransactionManagerFactory.getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the given properties. |
TransactionManager |
AtomikosTransactionManagerFactory.getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the given properties. |
TransactionManager |
AbstractTransactionManagerFactory.getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the given properties. |
TransactionManager |
TransactionManagerRegistry.getTransactionManager(String managerName)
Get the TransactionManager with given name. |
TransactionManager |
JOTMTransactionManagerFactory.getTransactionManager(String factoryClassName,
Properties properties)
Acquires a javax.transaction.TransactionManager instance with the given properties from the given factory. |
TransactionManager |
AtomikosTransactionManagerFactory.getTransactionManager(String managerClassName,
Properties properties)
Constructs a instance of the given manager class name which implements javax.transaction.TransactionManager interface with the given properties. |
TransactionManagerFactory |
TransactionManagerFactoryRegistry.getTransactionManagerFactory(String name)
Returns a TransactionManagerFactory with the specified name. |
void |
TransactionManagerRegistry.registerTransactionManager(String managerName,
String factoryName,
Properties properties)
Register TransactionManager with given name. |
void |
TransactionManagerRegistry.registerTransactionManager(String managerName,
TransactionManager managerInstance)
Register given TransactionManager with given name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||