|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.jdo.transactionmanager.TransactionManagerFactoryRegistry
Registry for TransactionManagerFactory
implementations
obtained from the Castor properties file and used by the
JDO mapping configuration file.
Constructor Summary | |
TransactionManagerFactoryRegistry()
|
Method Summary | |
static TransactionManagerFactory |
getTransactionManager(java.lang.String name)
Returns a TransactionManagerFactory with the specified name. |
static java.lang.String[] |
getTransactionManagerFactoryNames()
Returns the names of all the configured TransactionManagerFactory
implementations. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransactionManagerFactoryRegistry()
Method Detail |
public static TransactionManagerFactory getTransactionManager(java.lang.String name)
TransactionManagerFactory
with the specified name.
The factory class names are loaded from the Castor properties
file. Returns null if the named factory is not supported.
name
- The TransactionManagerFactory name
TransactionManagerFactory
, null
if no TransactionManagerFactory with this name existspublic static java.lang.String[] getTransactionManagerFactoryNames()
TransactionManagerFactory
implementations. The names can be used to obtain a TransactionManagerFactory
from #getTransactionManagerFactory
.
TransactionManagerFactory
implementations
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |