org.castor.transactionmanager
public interface TransactionManagerFactory
Since: 1.0
Version: $Revision: 5951 $ $Date: 2005-12-19 15:48:30 -0700 (Mon, 19 Dec 2005) $
Method Summary | |
---|---|
String | getName()
Returns the short alias for this factory instance.
|
TransactionManager | getTransactionManager(Properties properties)
Acquires the appropriate javax.transaction.TransactionManager with the
given properties.
|
Returns: The short alias name.
Parameters: properties The properties passed to the transaction manager.
Returns: The transaction manager.
Throws: TransactionManagerAcquireException If any failure occured when loading the transaction manager.