Class WildFlyActiveMQXAResourceWrapper
java.lang.Object
org.apache.activemq.artemis.service.extensions.xa.ActiveMQXAResourceWrapperImpl
org.jboss.activemq.artemis.wildfly.integration.WildFlyActiveMQXAResourceWrapper
- All Implemented Interfaces:
XAResource,ActiveMQXAResourceWrapper,org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper,org.jboss.tm.XAResourceWrapper
public class WildFlyActiveMQXAResourceWrapper
extends ActiveMQXAResourceWrapperImpl
implements org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper, org.jboss.tm.XAResourceWrapper
- Author:
- Martyn Taylor
-
Field Summary
Fields inherited from interface org.apache.activemq.artemis.service.extensions.xa.ActiveMQXAResourceWrapper
ACTIVEMQ_JNDI_NAME, ACTIVEMQ_NODE_ID, ACTIVEMQ_PRODUCT_NAME, ACTIVEMQ_PRODUCT_VERSIONFields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY -
Constructor Summary
ConstructorsConstructorDescriptionWildFlyActiveMQXAResourceWrapper(XAResource xaResource, Map<String, Object> properties) -
Method Summary
Modifier and TypeMethodDescriptionbooleantoString()voidupdate()voidupdateRecoveryConfig(XARecoveryConfig config) Methods inherited from class org.apache.activemq.artemis.service.extensions.xa.ActiveMQXAResourceWrapperImpl
commit, end, forget, getJndiName, getProductName, getProductVersion, getResource, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.transaction.xa.XAResource
commit, end, forget, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, startMethods inherited from interface org.jboss.jca.core.spi.transaction.xa.XAResourceWrapper
getJndiName, getProductName, getProductVersion, getResourceMethods inherited from interface org.jboss.tm.XAResourceWrapper
getJndiName, getProductName, getProductVersion, getResource