Package org.apache.catalina.ha.tcp
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 TypeMethodDescription
-
Constructor Details
-
SendMessageData
Data about a message send operation.- Parameters:
message- The message to senddestination- Member destinationexception- Associated error
-
-
Method Details
-
getDestination
- Returns:
- the destination.
-
getException
- Returns:
- the exception.
-
getMessage
- Returns:
- the message.
-