Package fr.dyade.aaa.agent
Class DeleteNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- fr.dyade.aaa.agent.DeleteNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class DeleteNot extends Notification
This notification is used to ask an agent destruction- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description AgentIdreplythe agent identified by 'reply' will receive a DeleteAck when destruction completeprivate static longserialVersionUIDdefine serialVersionUID for interoperability-
Fields inherited from class fr.dyade.aaa.agent.Notification
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
-
Fields inherited from interface fr.dyade.aaa.common.encoding.Encodable
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
-
-
Method Summary
-
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
-
-
-
-
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)
-
-