Package org.apache.activemq.broker.jmx
Interface RecoveredXATransactionViewMBean
-
- All Known Implementing Classes:
RecoveredXATransactionView
public interface RecoveredXATransactionViewMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBranchQualifier()intgetFormatId()byte[]getGlobalTransactionId()voidheuristicCommit()voidheuristicRollback()
-
-
-
Method Detail
-
getFormatId
int getFormatId()
-
getBranchQualifier
byte[] getBranchQualifier()
-
getGlobalTransactionId
byte[] getGlobalTransactionId()
-
heuristicCommit
void heuristicCommit() throws Exception
- Throws:
Exception
-
heuristicRollback
void heuristicRollback() throws Exception
- Throws:
Exception
-
-