SOMA.agent.mobility
Class UbiQoSSystemAgentPacket

java.lang.Object
  extended bySOMA.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

Constructor Summary
UbiQoSSystemAgentPacket(Agent agent)
           
 
Method Summary
 Agent getAgent(Environment env)
           
 AgentID getAgentID()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UbiQoSSystemAgentPacket

public UbiQoSSystemAgentPacket(Agent agent)
Method Detail

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