org.mule.umo.manager
Interface UMOTransactionManagerFactory
- All Known Implementing Classes:
- JotmTransactionManagerFactory
- public interface UMOTransactionManagerFactory
TranactionManagerFactory
is a factory class for creating a transaction
manager for the MuleServer.
- Version:
- $Revision: 1.2 $
- Author:
- Ross Mason
Method Summary |
TransactionManager |
create()
Creates of obtains the jta transaction manager to use for mule transactions |
create
public TransactionManager create()
throws java.lang.Exception
- Creates of obtains the jta transaction manager to use for mule transactions
- Returns:
- the transaction manager to use
- Throws:
java.lang.Exception
- if the transaction manager cannot be located or created
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.