|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transaction.AbstractTransaction
org.mule.transaction.XaTransaction
org.mule.transaction.ExternalXaTransaction
public class ExternalXaTransaction
ExternalXaTransaction
represents an external XA transaction in Mule.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.mule.transaction.XaTransaction |
---|
XaTransaction.MuleXaObject |
Field Summary |
---|
Fields inherited from class org.mule.transaction.XaTransaction |
---|
transaction, txManager |
Fields inherited from class org.mule.transaction.AbstractTransaction |
---|
id, logger, muleContext |
Fields inherited from interface org.mule.api.transaction.Transaction |
---|
STATUS_ACTIVE, STATUS_COMMITTED, STATUS_COMMITTING, STATUS_MARKED_ROLLBACK, STATUS_NO_TRANSACTION, STATUS_PREPARED, STATUS_PREPARING, STATUS_ROLLEDBACK, STATUS_ROLLING_BACK, STATUS_UNKNOWN |
Constructor Summary | |
---|---|
ExternalXaTransaction(MuleContext muleContext)
|
Method Summary | |
---|---|
protected void |
doBegin()
Really begin the transaction. |
Methods inherited from class org.mule.transaction.XaTransaction |
---|
bindResource, closeResources, delistResource, delistResources, doCommit, doRollback, enlistResource, getResource, getStatus, getTransaction, hasResource, isXA, resume, setRollbackOnly, suspend, toString |
Methods inherited from class org.mule.transaction.AbstractTransaction |
---|
begin, commit, fireNotification, getId, isBegun, isCommitted, isRollbackOnly, isRolledBack, rollback, unbindTransaction |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExternalXaTransaction(MuleContext muleContext)
Method Detail |
---|
protected void doBegin() throws TransactionException
AbstractTransaction
doBegin
in class XaTransaction
TransactionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |