Class SendMessageData
java.lang.Object
org.apache.catalina.ha.tcp.SendMessageData
-
Constructor Summary
ConstructorsConstructorDescriptionSendMessageData(Object message, Member destination, Exception exception) Data about a message send operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the destination of the message.Returns the exception that occurred when attempting to send the message.Returns the message that was sent.
-
Constructor Details
-
SendMessageData
-
-
Method Details
-
getDestination
-
getException
Returns the exception that occurred when attempting to send the message.- Returns:
- the exception
-
getMessage
-