Class ActiveMQXARecoveryLogger_impl
- java.lang.Object
-
- org.apache.activemq.artemis.service.extensions.xa.recovery.ActiveMQXARecoveryLogger_impl
-
- All Implemented Interfaces:
ActiveMQXARecoveryLogger
public class ActiveMQXARecoveryLogger_impl extends Object implements ActiveMQXARecoveryLogger
-
-
Field Summary
-
Fields inherited from interface org.apache.activemq.artemis.service.extensions.xa.recovery.ActiveMQXARecoveryLogger
LOGGER
-
-
Constructor Summary
Constructors Constructor Description ActiveMQXARecoveryLogger_impl(org.slf4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailedToCorrectHost(String name, Exception e)voidinvalidHostForConnector(String name, String newHost)voidjmsConfigMissingKey(Node e)voidjmsDeployerStartError(Exception e)voidjmsServerError(Exception e)voidjndiUnbindError(String key, Exception e)voidnoQueueOnTopic(String queueName, String name)voidrecoveryConnectFailed(String s)voidserverCachingCommand(Object runnable)voidserverRunningCachedCommand(Runnable run)voidxaRecoverAutoConnectionError(XARecoveryConfig csf, Throwable e)voidxaRecoverConnectionError(ClientSessionFactory csf, Exception e)voidxaRecoverError(Exception e)voidxaRecoveryError(Exception e)voidxaRecoveryStartError(XARecoveryConfig e)
-
-
-
Method Detail
-
serverRunningCachedCommand
public void serverRunningCachedCommand(Runnable run)
- Specified by:
serverRunningCachedCommandin interfaceActiveMQXARecoveryLogger
-
serverCachingCommand
public void serverCachingCommand(Object runnable)
- Specified by:
serverCachingCommandin interfaceActiveMQXARecoveryLogger
-
invalidHostForConnector
public void invalidHostForConnector(String name, String newHost)
- Specified by:
invalidHostForConnectorin interfaceActiveMQXARecoveryLogger
-
noQueueOnTopic
public void noQueueOnTopic(String queueName, String name)
- Specified by:
noQueueOnTopicin interfaceActiveMQXARecoveryLogger
-
recoveryConnectFailed
public void recoveryConnectFailed(String s)
- Specified by:
recoveryConnectFailedin interfaceActiveMQXARecoveryLogger
-
jndiUnbindError
public void jndiUnbindError(String key, Exception e)
- Specified by:
jndiUnbindErrorin interfaceActiveMQXARecoveryLogger
-
jmsServerError
public void jmsServerError(Exception e)
- Specified by:
jmsServerErrorin interfaceActiveMQXARecoveryLogger
-
xaRecoverError
public void xaRecoverError(Exception e)
- Specified by:
xaRecoverErrorin interfaceActiveMQXARecoveryLogger
-
xaRecoverConnectionError
public void xaRecoverConnectionError(ClientSessionFactory csf, Exception e)
- Specified by:
xaRecoverConnectionErrorin interfaceActiveMQXARecoveryLogger
-
xaRecoverAutoConnectionError
public void xaRecoverAutoConnectionError(XARecoveryConfig csf, Throwable e)
- Specified by:
xaRecoverAutoConnectionErrorin interfaceActiveMQXARecoveryLogger
-
xaRecoveryError
public void xaRecoveryError(Exception e)
- Specified by:
xaRecoveryErrorin interfaceActiveMQXARecoveryLogger
-
failedToCorrectHost
public void failedToCorrectHost(String name, Exception e)
- Specified by:
failedToCorrectHostin interfaceActiveMQXARecoveryLogger
-
xaRecoveryStartError
public void xaRecoveryStartError(XARecoveryConfig e)
- Specified by:
xaRecoveryStartErrorin interfaceActiveMQXARecoveryLogger
-
jmsConfigMissingKey
public void jmsConfigMissingKey(Node e)
- Specified by:
jmsConfigMissingKeyin interfaceActiveMQXARecoveryLogger
-
jmsDeployerStartError
public void jmsDeployerStartError(Exception e)
- Specified by:
jmsDeployerStartErrorin interfaceActiveMQXARecoveryLogger
-
-