Interface ActiveMQJMSClientLogger
-
- All Known Implementing Classes:
ActiveMQJMSClientLogger_impl
public interface ActiveMQJMSClientLoggerLogger Code 13
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQJMSClientLoggerLOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnectionLeftOpen(Exception e)voiderrorCallingExcListener(Exception e)voiderrorCallingFailoverListener(Exception e)voiderrorCreatingMessage(String messageToString, Throwable e)voiderrorPreparingMessageForReceipt(String messagetoString, Throwable e)voiderrorProcessingMessage(Throwable e)voiderrorRecoveringSession(Throwable e)voidonMessageError(Exception e)
-
-
-
Field Detail
-
LOGGER
static final ActiveMQJMSClientLogger LOGGER
-
-
Method Detail
-
connectionLeftOpen
void connectionLeftOpen(Exception e)
-
onMessageError
void onMessageError(Exception e)
-
errorCallingExcListener
void errorCallingExcListener(Exception e)
-
errorPreparingMessageForReceipt
void errorPreparingMessageForReceipt(String messagetoString, Throwable e)
-
errorProcessingMessage
void errorProcessingMessage(Throwable e)
-
errorRecoveringSession
void errorRecoveringSession(Throwable e)
-
errorCallingFailoverListener
void errorCallingFailoverListener(Exception e)
-
-