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.


Variable Index

 o AGENT_ENTER_REQUEST
 o AGENT_GET_REQUEST
 o AGENT_LAUNCH_REQUEST
 o CLASS_REQUEST
 o END_REQUEST
 o MIGRATION_KO
 o MIGRATION_OK

Constructor Index

 o Message()
 o Message(int, Serializable)

Method Index

 o getInfo()
Returns the object associated to this message.
 o getType()
Returns the type of this message.

Variables

 o AGENT_ENTER_REQUEST
 public static final int AGENT_ENTER_REQUEST
 o AGENT_LAUNCH_REQUEST
 public static final int AGENT_LAUNCH_REQUEST
 o AGENT_GET_REQUEST
 public static final int AGENT_GET_REQUEST
 o CLASS_REQUEST
 public static final int CLASS_REQUEST
 o END_REQUEST
 public static final int END_REQUEST
 o MIGRATION_OK
 public static final int MIGRATION_OK
 o MIGRATION_KO
 public static final int MIGRATION_KO

Constructors

 o Message
 public Message()
 o Message
 public Message(int type,
                Serializable info)

Methods

 o getType
 public int getType()
Returns the type of this message.

Returns:
the type of this request.
 o 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