org.exolab.castor.jdo.transactionmanager
public interface TransactionManagerFactory
Version: $Revision: 1.6 $ $Date: 2005/09/20 21:30:47 $
Method Summary | |
---|---|
String | getName()
Returns the short alias for this factory instance.
|
TransactionManager | getTransactionManager(JdoConf jdoConf)
Acquires the appropriate javax.transaction.TransactionManager with the
parameters from the given jdo configuration.
|
Returns: The short alias name.
Parameters: jdoConf The jdo configuration holding the parameters to set on the transaction manager.
Returns: The transaction manager.
Throws: TransactionManagerAcquireException If any failure occures when loading the transaction manager.