|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transaction.lookup.WebsphereTransactionManagerLookupFactory
public class WebsphereTransactionManagerLookupFactory
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.
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 | |
---|---|
javax.transaction.TransactionManager |
create(MuleConfiguration config)
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 |
---|
public WebsphereTransactionManagerLookupFactory()
Method Detail |
---|
public javax.transaction.TransactionManager create(MuleConfiguration config)
create
in interface TransactionManagerFactory
config
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |