fr.dyade.aaa.agent
Class AgentDeleteRequest

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by fr.dyade.aaa.agent.AgentDeleteRequest
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class AgentDeleteRequest
extends Notification

See Also:
Serialized Form

Field Summary
 java.lang.Object extraInformation
          The extra information is added to the DeleteAck when notifying the reply agent.
 AgentId reply
          the agent identified by 'reply' will receive a DeleteAck when destruction complete
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
AgentDeleteRequest(AgentId reply)
           
AgentDeleteRequest(AgentId reply, java.lang.Object extraInformation)
           
 
Method Summary
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reply

public AgentId reply
the agent identified by 'reply' will receive a DeleteAck when destruction complete


extraInformation

public java.lang.Object extraInformation
The extra information is added to the DeleteAck when notifying the reply agent.

Constructor Detail

AgentDeleteRequest

public AgentDeleteRequest(AgentId reply)

AgentDeleteRequest

public AgentDeleteRequest(AgentId reply,
                          java.lang.Object extraInformation)


Copyright © 2011 ScalAgent D.T.. All Rights Reserved.