org.mule.modules.jboss.transactions
Class JBossArjunaTransactionManagerFactory

java.lang.Object
  extended by org.mule.modules.jboss.transactions.JBossArjunaTransactionManagerFactory
All Implemented Interfaces:
UMOTransactionManagerFactory

public class JBossArjunaTransactionManagerFactory
extends Object
implements UMOTransactionManagerFactory


Constructor Summary
JBossArjunaTransactionManagerFactory()
           
 
Method Summary
 TransactionManager create()
          Creates of obtains the jta transaction manager to use for mule transactions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossArjunaTransactionManagerFactory

public JBossArjunaTransactionManagerFactory()
Method Detail

create

public TransactionManager create()
                          throws Exception
Description copied from interface: UMOTransactionManagerFactory
Creates of obtains the jta transaction manager to use for mule transactions

Specified by:
create in interface UMOTransactionManagerFactory
Returns:
the transaction manager to use
Throws:
Exception - if the transaction manager cannot be located or created


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.