fr.dyade.aaa.agent
Class DeleteNot

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

public class DeleteNot
extends Notification

This notification is used to ask aaa agent destruction

See Also:
Serialized Form

Field Summary
 AgentId reply
          the agent identified by 'reply' will receive a DeleteAck when destruction complete
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
DeleteNot()
           
DeleteNot(AgentId reply)
           
 
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
the agent identified by 'reply' will receive a DeleteAck when destruction complete

Constructor Detail

DeleteNot

public DeleteNot()

DeleteNot

public DeleteNot(AgentId reply)


Copyright ? 2004 Scalagent - All rights reserved