fr.dyade.aaa.agent
Class AgentCreateRequest

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byfr.dyade.aaa.agent.AgentCreateRequest
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public final class AgentCreateRequest
extends Notification

This notification is used to ask aa agent creation to a remote agent factory.

See Also:
Serialized Form

Field Summary
 AgentId reply
          Id.
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
AgentCreateRequest(Agent agent)
           
AgentCreateRequest(Agent agent, AgentId reply)
           
 
Method Summary
 AgentId getDeploy()
           
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reply

public AgentId reply
Id. of agent to reply to

Constructor Detail

AgentCreateRequest

public AgentCreateRequest(Agent agent)
                   throws java.io.IOException

AgentCreateRequest

public AgentCreateRequest(Agent agent,
                          AgentId reply)
                   throws java.io.IOException
Method Detail

getDeploy

public final AgentId getDeploy()


Copyright ? 2004 Scalagent - All rights reserved