|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.tribe.messages.ByteMessage
This class defines a ByteMessage
Constructor Summary | |
ByteMessage(byte[] msg)
Creates a new ByteMessage object |
Method Summary | |
byte[] |
getContent()
Returns the content value. |
protected void |
setContent(byte[] msg)
Set the message content (overrides any previous content). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ByteMessage(byte[] msg)
ByteMessage
object
msg
- the new message contentMethod Detail |
public byte[] getContent()
protected void setContent(byte[] msg)
msg
- the new message content
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |