org.globus.cog.gui.grapheditor.generic
Class Message
java.lang.Object
org.globus.cog.gui.grapheditor.generic.Message
- public class Message
- extends Object
CMD_READ_GRAPH
public static final byte CMD_READ_GRAPH
- See Also:
- Constant Field Values
CMD_UPDATE_PROPERTY
public static final byte CMD_UPDATE_PROPERTY
- See Also:
- Constant Field Values
CMD_CLOSE
public static final byte CMD_CLOSE
- See Also:
- Constant Field Values
CMD_QUERY_PROPERTIES
public static final byte CMD_QUERY_PROPERTIES
- See Also:
- Constant Field Values
CMD_VERSION
public static final byte CMD_VERSION
- See Also:
- Constant Field Values
CMD_ADD_PROPERTY
public static final byte CMD_ADD_PROPERTY
- See Also:
- Constant Field Values
CMD_REMOVE_PROPERTY
public static final byte CMD_REMOVE_PROPERTY
- See Also:
- Constant Field Values
REPLY_OK
public static final byte REPLY_OK
- See Also:
- Constant Field Values
REPLY_INVALID_NODEID
public static final byte REPLY_INVALID_NODEID
- See Also:
- Constant Field Values
REPLY_INVALID_PROPERTY
public static final byte REPLY_INVALID_PROPERTY
- See Also:
- Constant Field Values
REPLY_READ_ONLY_PROPERTY
public static final byte REPLY_READ_ONLY_PROPERTY
- See Also:
- Constant Field Values
REPLY_INVALID_VALUE
public static final byte REPLY_INVALID_VALUE
- See Also:
- Constant Field Values
REPLY_INVALID_COMMAND
public static final byte REPLY_INVALID_COMMAND
- See Also:
- Constant Field Values
REPLY_UNKNOWN_ERROR
public static final byte REPLY_UNKNOWN_ERROR
- See Also:
- Constant Field Values
Message
public Message()
Message
public Message(byte command)
read
public void read(DataInputStream dis)
throws IOException
- Throws:
IOException
write
public void write(DataOutputStream dos)
throws IOException
- Throws:
IOException
getArgs
public List getArgs()
getCommand
public byte getCommand()
setArgs
public void setArgs(List strings)
addArg
public void addArg(String arg)
setCommand
public void setCommand(byte b)
toString
public String toString()