org.mule.module.jboss.transaction
Class JBossArjunaTransactionManagerFactory

java.lang.Object
  extended by org.mule.module.jboss.transaction.JBossArjunaTransactionManagerFactory
All Implemented Interfaces:
TransactionManagerFactory

public class JBossArjunaTransactionManagerFactory
extends Object
implements TransactionManagerFactory


Constructor Summary
JBossArjunaTransactionManagerFactory()
           
 
Method Summary
 TransactionManager create()
          Creates of obtains the jta transaction manager to use for mule transactions
 Map getProperties()
           
 void setProperties(Map properties)
           
 
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: TransactionManagerFactory
Creates of obtains the jta transaction manager to use for mule transactions

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

getProperties

public Map getProperties()

setProperties

public void setProperties(Map properties)


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