org.mule.umo
Interface UMOTransactionManagerFactory

All Known Implementing Classes:
JotmTransactionManagerFactory, TyrexTransactionManagerFactory

public interface UMOTransactionManagerFactory

TranactionManagerFactory is a factory class for creating a transaction manager for the MuleServer.

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Method Summary
 TransactionManager create()
          Creates of obtains the jta transaction manager to use for mule transactions
 

Method Detail

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.