Class Response
java.lang.Object
org.apache.catalina.tribes.group.Response
A response object holds a message from a responding partner.
-
Constructor Summary
ConstructorsConstructorDescriptionResponse()Default constructor.Response(Member source, Serializable message) Constructor with source and message. -
Method Summary
Modifier and TypeMethodDescriptionGet the message.Get the source member.voidsetMessage(Serializable message) Set the message.voidSet the source member.
-
Constructor Details
-
Response
public Response()Default constructor. -
Response
Constructor with source and message.- Parameters:
source- The source membermessage- The message
-
-
Method Details
-
setSource
-
setMessage
-
getSource
-
getMessage
-