All Packages Class Hierarchy This Package Previous Next Index
Class macondo.mak.Message
macondo.mak.Message
- public class Message
Message
objects are exchanged between places.
-
AGENT_ENTER_REQUEST
-
-
AGENT_GET_REQUEST
-
-
AGENT_LAUNCH_REQUEST
-
-
CLASS_REQUEST
-
-
END_REQUEST
-
-
MIGRATION_KO
-
-
MIGRATION_OK
-
-
Message()
-
-
Message(int, Serializable)
-
-
getInfo()
- Returns the object associated to this message.
-
getType()
- Returns the type of this message.
AGENT_ENTER_REQUEST
public static final int AGENT_ENTER_REQUEST
AGENT_LAUNCH_REQUEST
public static final int AGENT_LAUNCH_REQUEST
AGENT_GET_REQUEST
public static final int AGENT_GET_REQUEST
CLASS_REQUEST
public static final int CLASS_REQUEST
END_REQUEST
public static final int END_REQUEST
MIGRATION_OK
public static final int MIGRATION_OK
MIGRATION_KO
public static final int MIGRATION_KO
Message
public Message()
Message
public Message(int type,
Serializable info)
getType
public int getType()
- Returns the type of this message.
- Returns:
- the type of this request.
getInfo
public Serializable getInfo()
- Returns the object associated to this message.
- Returns:
- the object associated to this request.
All Packages Class Hierarchy This Package Previous Next Index