Package fr.dyade.aaa.agent
Class AgentDeleteRequest
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- fr.dyade.aaa.agent.AgentDeleteRequest
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class AgentDeleteRequest extends Notification
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ObjectextraInformationThe extra information is added to the DeleteAck when notifying the reply agent.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
-
-
Constructor Summary
Constructors Constructor Description AgentDeleteRequest(AgentId reply)AgentDeleteRequest(AgentId reply, Object extraInformation)
-
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
-
extraInformation
public Object extraInformation
The extra information is added to the DeleteAck when notifying the reply agent.
-
-