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
private static long serialVersionUID
          Define serialVersionUID for interoperability.
 
Fields inherited from class fr.dyade.aaa.agent.Notification
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
 
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

serialVersionUID

private static final long serialVersionUID
Define serialVersionUID for interoperability.

See Also:
Constant Field Values

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 © 2010 ScalAgent D.T.. All Rights Reserved.