|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.rmi.MSG
Constructor Summary | |
MSG(byte[] message,
java.lang.String action)
|
Method Summary | |
java.lang.String |
getAction()
|
byte[] |
getMessage()
|
void |
setAction(java.lang.String action)
|
void |
setMessage(byte[] message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MSG(byte[] message, java.lang.String action)
action
- message
- Method Detail |
public void setAction(java.lang.String action)
action
- The action to set.public java.lang.String getAction()
public void setMessage(byte[] message)
message
- The message to set.public byte[] getMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |