SOMA.agent.mobility
Class UbiQoSSystemAgentPacket
java.lang.Object
SOMA.agent.mobility.UbiQoSSystemAgentPacket
- All Implemented Interfaces:
- AgentPacket, java.io.Serializable
- public class UbiQoSSystemAgentPacket
- extends java.lang.Object
- implements AgentPacket
A packetizer for the UbiQoS system agents. This class implements a packetizer for the
system agents used in the ubiQoS package. In particular this packetizer moves only the
fields of the class and assumes that all the needed code, both for the agent and for
the fields is present in the target location. There is no code mobility in this case,
but only mobility of the state of the agent.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UbiQoSSystemAgentPacket
public UbiQoSSystemAgentPacket(Agent agent)
getAgentID
public AgentID getAgentID()
- Specified by:
getAgentID
in interface AgentPacket
getAgent
public Agent getAgent(Environment env)
- Specified by:
getAgent
in interface AgentPacket
toString
public java.lang.String toString()
Copyright © 2004 Luca Foschini