public interface  org.apache.activemq.broker.jmx.RecoveredXATransactionViewMBean extends java.lang.Object
{
public abstract int getFormatId();
public abstract byte[] getBranchQualifier();
public abstract byte[] getGlobalTransactionId();
public abstract void heuristicCommit() throws java.lang.Exception;
public abstract void heuristicRollback() throws java.lang.Exception;
}