Interface ActiveMQXAResourceWrapper

  • All Superinterfaces:
    javax.transaction.xa.XAResource
    All Known Implementing Classes:
    ActiveMQXAResourceWrapperImpl

    public interface ActiveMQXAResourceWrapper
    extends javax.transaction.xa.XAResource
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACTIVEMQ_JNDI_NAME  
      static java.lang.String ACTIVEMQ_NODE_ID  
      static java.lang.String ACTIVEMQ_PRODUCT_NAME  
      static java.lang.String ACTIVEMQ_PRODUCT_VERSION  
      • Fields inherited from interface javax.transaction.xa.XAResource

        TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
    • Method Summary

      • Methods inherited from interface javax.transaction.xa.XAResource

        commit, end, forget, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, start