Uses of Class
org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig
-
Packages that use XARecoveryConfig Package Description org.apache.activemq.artemis.service.extensions.xa.recovery -
-
Uses of XARecoveryConfig in org.apache.activemq.artemis.service.extensions.xa.recovery
Methods in org.apache.activemq.artemis.service.extensions.xa.recovery that return XARecoveryConfig Modifier and Type Method Description static XARecoveryConfigXARecoveryConfig. newConfig(ActiveMQConnectionFactory factory, String userName, String password, Map<String,String> properties)Methods in org.apache.activemq.artemis.service.extensions.xa.recovery with parameters of type XARecoveryConfig Modifier and Type Method Description voidActiveMQRegistry. register(XARecoveryConfig resourceConfig)voidActiveMQRegistryImpl. register(XARecoveryConfig resourceConfig)voidActiveMQRegistry. unRegister(XARecoveryConfig resourceConfig)voidActiveMQRegistryImpl. unRegister(XARecoveryConfig resourceConfig)voidActiveMQXAResourceWrapper. updateRecoveryConfig(XARecoveryConfig... xaRecoveryConfigs)voidActiveMQXARecoveryLogger_impl. xaRecoverAutoConnectionError(XARecoveryConfig csf, Throwable e)voidActiveMQXARecoveryLogger. xaRecoverAutoConnectionError(XARecoveryConfig csf, Throwable e)voidActiveMQXARecoveryLogger_impl. xaRecoveryStartError(XARecoveryConfig e)voidActiveMQXARecoveryLogger. xaRecoveryStartError(XARecoveryConfig e)Constructors in org.apache.activemq.artemis.service.extensions.xa.recovery with parameters of type XARecoveryConfig Constructor Description ActiveMQXAResourceWrapper(XARecoveryConfig... xaRecoveryConfigs)
-