org.apache.activemq.broker.jmx
Interface RecoveredXATransactionViewMBean

All Known Implementing Classes:
RecoveredXATransactionView

public interface RecoveredXATransactionViewMBean


Method Summary
 byte[] getBranchQualifier()
           
 int getFormatId()
           
 byte[] getGlobalTransactionId()
           
 void heuristicCommit()
           
 void heuristicRollback()
           
 

Method Detail

getFormatId

int getFormatId()

getBranchQualifier

byte[] getBranchQualifier()

getGlobalTransactionId

byte[] getGlobalTransactionId()

heuristicCommit

void heuristicCommit()
                     throws java.lang.Exception
Throws:
java.lang.Exception

heuristicRollback

void heuristicRollback()
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2015. All Rights Reserved.