|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--gecco.communication.messages.Message
|
+--gecco.communication.messages.ActionBlockedMessage
This message is put in the send queue on the server part of the communication, when the server calls unitActionBlocked
| Field Summary | |
String |
description
Description of the Field |
int |
handle
Description of the Field |
boolean |
instant
Description of the Field |
boolean |
isBlocked
Description of the Field |
String |
name
Description of the Field |
int |
paramType
Description of the Field |
| Constructor Summary | |
ActionBlockedMessage(int handle,
String name,
String description,
int paramType,
boolean instant,
boolean isBlocked)
Constructor for the ActionBlockedMessage object |
|
ActionBlockedMessage(int handle,
String name,
String description,
String argumentType,
boolean isBlocked)
Constructor for the ActionBlockedMessage object |
|
| Method Summary | |
static Message |
read(DataInput in)
This factory method reads a message of this type without an initial ID from the input stream, and returns a Message object. |
void |
write(DataOutput out)
This method writes the message to the given DataOutput. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int handle
public String name
public String description
public int paramType
public boolean instant
public boolean isBlocked
| Constructor Detail |
public ActionBlockedMessage(int handle,
String name,
String description,
int paramType,
boolean instant,
boolean isBlocked)
handle - Description of Parametername - Description of Parameterdescription - Description of ParameterparamType - Description of Parameterinstant - Description of ParameterisBlocked - Description of Parameter
public ActionBlockedMessage(int handle,
String name,
String description,
String argumentType,
boolean isBlocked)
handle - Description of Parametername - Description of Parameterdescription - Description of ParameterargumentType - Description of ParameterisBlocked - Description of Parameter| Method Detail |
public void write(DataOutput out)
throws IOException
DataOutput.
write in class Messageout - The output stream.
IOException - In case something goes wrong.
public static Message read(DataInput in)
throws IOException
Message object.
in - The input stream.
Message.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||