|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.extras.jotm.JotmTransactionManagerFactory
This factory retrieves the transaction manager for JOTM . If an existing JOTM instance exists (for example if running on JOnAS) it will retrieve it, else if will create a new local JOTM instance.
Constructor Summary | |
JotmTransactionManagerFactory()
|
Method Summary | |
TransactionManager |
create()
Retrieves the JOTM Current object that implements the TransactionManager interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JotmTransactionManagerFactory()
Method Detail |
public TransactionManager create() throws java.lang.Exception
create
in interface UMOTransactionManagerFactory
java.lang.Exception
- if the transaction manager cannot be located or createdUMOTransactionManagerFactory.create()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |