fr.dyade.aaa.agent
Class DeleteNot

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

public class DeleteNot
extends Notification

This notification is used to ask an agent destruction

See Also:
Serialized Form

Field Summary
 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
DeleteNot()
           
DeleteNot(AgentId reply)
           
 
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

Constructor Detail

DeleteNot

public DeleteNot()

DeleteNot

public DeleteNot(AgentId reply)


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