|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transaction.TransactionTemplate<T>
public class TransactionTemplate<T>
Constructor Summary | |
---|---|
TransactionTemplate(TransactionConfig config,
MuleContext context)
|
Method Summary | |
---|---|
T |
execute(TransactionCallback<T> callback)
|
protected void |
resolveTransaction(Transaction tx)
|
protected void |
resumeXATransaction(Transaction tx)
|
protected void |
suspendXATransaction(Transaction tx)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionTemplate(TransactionConfig config, MuleContext context)
Method Detail |
---|
public T execute(TransactionCallback<T> callback) throws java.lang.Exception
java.lang.Exception
protected void resolveTransaction(Transaction tx) throws TransactionException
TransactionException
protected void suspendXATransaction(Transaction tx) throws TransactionException
TransactionException
protected void resumeXATransaction(Transaction tx) throws TransactionException
TransactionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |