Package | Description |
---|---|
org.apache.activemq.artemis.ra |
ActiveMQ Artemis Resource Adaptor
|
org.apache.activemq.artemis.ra.recovery | |
org.apache.activemq.artemis.service.extensions.xa.recovery |
Modifier and Type | Method and Description |
---|---|
XARecoveryConfig |
ActiveMQRAManagedConnectionFactory.getResourceRecovery() |
Modifier and Type | Method and Description |
---|---|
XARecoveryConfig |
RecoveryManager.register(ActiveMQConnectionFactory factory,
String userName,
String password,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
Set<XARecoveryConfig> |
RecoveryManager.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
RecoveryManager.unRegister(XARecoveryConfig resourceRecovery) |
Modifier and Type | Method and Description |
---|---|
static XARecoveryConfig |
XARecoveryConfig.newConfig(ActiveMQConnectionFactory factory,
String userName,
String password,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQRegistry.register(XARecoveryConfig resourceConfig) |
void |
ActiveMQRegistryImpl.register(XARecoveryConfig resourceConfig) |
void |
ActiveMQRegistry.unRegister(XARecoveryConfig resourceConfig) |
void |
ActiveMQRegistryImpl.unRegister(XARecoveryConfig resourceConfig) |
void |
ActiveMQXARecoveryLogger_$logger.xaRecoverAutoConnectionError(Throwable e,
XARecoveryConfig csf) |
void |
ActiveMQXARecoveryLogger.xaRecoverAutoConnectionError(Throwable e,
XARecoveryConfig csf) |
void |
ActiveMQXARecoveryLogger_$logger.xaRecoveryStartError(XARecoveryConfig e) |
void |
ActiveMQXARecoveryLogger.xaRecoveryStartError(XARecoveryConfig e) |
Constructor and Description |
---|
ActiveMQXAResourceWrapper(XARecoveryConfig... xaRecoveryConfigs) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.