org.mule.transaction.lookup
Class WebsphereTransactionManagerLookupFactory

java.lang.Object
  extended by org.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
All Implemented Interfaces:
UMOTransactionManagerFactory

public class WebsphereTransactionManagerLookupFactory
extends Object
implements UMOTransactionManagerFactory

The code borrowed from Spring's org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean. See the apache-2.0.license file in Mule's licenses folder for details.

See Also:
com.ibm.ws.Transaction.TransactionManagerFactory#getTransactionManager, com.ibm.ejs.jts.jta.JTSXA#getTransactionManager, com.ibm.ejs.jts.jta.TransactionManagerFactory#getTransactionManager

Constructor Summary
WebsphereTransactionManagerLookupFactory()
           
 
Method Summary
 TransactionManager create()
          This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebsphereTransactionManagerLookupFactory

public WebsphereTransactionManagerLookupFactory()
Method Detail

create

public TransactionManager create()
This constructor retrieves the WebSphere TransactionManager factory class, so we can get access to the JTA TransactionManager.

Specified by:
create in interface UMOTransactionManagerFactory
Returns:
the transaction manager to use


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