org.objectweb.proactive.core.rmi
Class MSG

java.lang.Object
  extended byorg.objectweb.proactive.core.rmi.MSG

public class MSG
extends java.lang.Object

Author:
sbeucler TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

MSG

public MSG(byte[] message,
           java.lang.String action)
Parameters:
action -
message -
Method Detail

setAction

public void setAction(java.lang.String action)
Parameters:
action - The action to set.

getAction

public java.lang.String getAction()
Returns:
Returns the action.

setMessage

public void setMessage(byte[] message)
Parameters:
message - The message to set.

getMessage

public byte[] getMessage()
Returns:
Returns the message.


Copyright ? October 2004 INRIA All Rights Reserved.