org.exolab.castor.jdo.transactionmanager
public final class TransactionManagerFactoryRegistry extends Object
Version: $Id: TransactionManagerFactoryRegistry.java,v 1.1.1.1 2003/03/03 07:08:25 kvisco Exp $
Method Summary | |
---|---|
static TransactionManagerFactory | getTransactionManager(String name)
Returns a {@link TransactionManagerFactory} with the specified name.
|
static String[] | getTransactionManagerFactoryNames()
Returns the names of all the configured {@link TransactionManagerFactory}
implementations. |
Parameters: name The TransactionManagerFactory name
Returns: The {@link TransactionManagerFactory}, null if no TransactionManagerFactory with this name exists
Returns: Names of {@link TransactionManagerFactory} implementations