Uses of Interface
org.apache.activemq.artemis.service.extensions.xa.ActiveMQXAResourceWrapper
-
Packages that use ActiveMQXAResourceWrapper Package Description org.apache.activemq.artemis.service.extensions org.apache.activemq.artemis.service.extensions.xa -
-
Uses of ActiveMQXAResourceWrapper in org.apache.activemq.artemis.service.extensions
Methods in org.apache.activemq.artemis.service.extensions that return ActiveMQXAResourceWrapper Modifier and Type Method Description static ActiveMQXAResourceWrapperServiceUtils. wrapXAResource(XAResource xaResource, Map<String,Object> properties) -
Uses of ActiveMQXAResourceWrapper in org.apache.activemq.artemis.service.extensions.xa
Classes in org.apache.activemq.artemis.service.extensions.xa that implement ActiveMQXAResourceWrapper Modifier and Type Class Description classActiveMQXAResourceWrapperImplMethods in org.apache.activemq.artemis.service.extensions.xa that return ActiveMQXAResourceWrapper Modifier and Type Method Description ActiveMQXAResourceWrapperActiveMQXAResourceWrapperFactory. wrap(XAResource xaResource, Map<String,Object> properties)ActiveMQXAResourceWrapperActiveMQXAResourceWrapperFactoryImpl. wrap(XAResource xaResource, Map<String,Object> properties)
-