|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Request dist1.acb.common.transport.RequestWithStringMessage
Request with implemented StringMessage interface
Constructor Summary | |
RequestWithStringMessage(java.lang.String msg)
Creates a new EequestWithStringMessage object. |
Method Summary | |
java.lang.String |
getMsg()
Getter for property msg. |
void |
setMsg(java.lang.String msg)
Setter for property msg. |
java.lang.String |
toString()
Returns string representation of the object |
Methods inherited from class dist1.acb.common.transport.Packet |
equals, getId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestWithStringMessage(java.lang.String msg)
msg
- A messageMethod Detail |
public void setMsg(java.lang.String msg)
setMsg
in interface StringMessage
msg
- New value of property msg.public java.lang.String getMsg()
getMsg
in interface StringMessage
public java.lang.String toString()
toString
in class Packet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |