apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser
Class ResponseMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ControllerToUserMessage
apps.mathpadapp.networkmanager.messages.fromcontroller.unicast.touser.ResponseMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class ResponseMessage
- extends ControllerToUserMessage
The Class ResponseMessage.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getMessage()
Gets the message. |
void |
setMessage(java.lang.String message)
Sets the message. |
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage |
getSender |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseMessage
public ResponseMessage(java.lang.Class<?> targetClass,
TableIdentity tableId,
UserIdentity userId)
- Instantiates a new response message.
- Parameters:
targetClass
- the target classtableId
- the table iduserId
- the user id
getMessage
public java.lang.String getMessage()
- Gets the message.
- Returns:
- the message
setMessage
public void setMessage(java.lang.String message)
- Sets the message.
- Parameters:
message
- the new message