org.exolab.castor.jdo.transactionmanager
Class TransactionManagerFactoryRegistry
java.lang.Objectorg.exolab.castor.jdo.transactionmanager.TransactionManagerFactoryRegistry
public final class TransactionManagerFactoryRegistry
extends java.lang.Object
Registry for
TransactionManagerFactory implementations
obtained from the Castor properties file and used by the
JDO mapping configuration file.
Version:
- Bruce Snyder
- Werner Guttmann
getTransactionManager
public static TransactionManagerFactory getTransactionManager(String name)
Returns a
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
- The
TransactionManagerFactory, null
if no TransactionManagerFactory with this name exists
getTransactionManagerFactoryNames
public static String[] getTransactionManagerFactoryNames()
- Names of
TransactionManagerFactory implementations
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com