Package org.apache.activemq.broker.jmx
Class RecoveredXATransactionView
java.lang.Object
org.apache.activemq.broker.jmx.RecoveredXATransactionView
- All Implemented Interfaces:
RecoveredXATransactionViewMBean
-
Constructor Summary
ConstructorsConstructorDescriptionRecoveredXATransactionView(ManagedRegionBroker managedRegionBroker, XATransaction transaction) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]intbyte[]voidvoid
-
Constructor Details
-
RecoveredXATransactionView
public RecoveredXATransactionView(ManagedRegionBroker managedRegionBroker, XATransaction transaction)
-
-
Method Details
-
getFormatId
public int getFormatId()- Specified by:
getFormatIdin interfaceRecoveredXATransactionViewMBean
-
getBranchQualifier
public byte[] getBranchQualifier()- Specified by:
getBranchQualifierin interfaceRecoveredXATransactionViewMBean
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()- Specified by:
getGlobalTransactionIdin interfaceRecoveredXATransactionViewMBean
-
heuristicCommit
- Specified by:
heuristicCommitin interfaceRecoveredXATransactionViewMBean- Throws:
Exception
-
heuristicRollback
- Specified by:
heuristicRollbackin interfaceRecoveredXATransactionViewMBean- Throws:
Exception
-