|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.AgentDeleteRequest
public class AgentDeleteRequest
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 |
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
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 |
---|
public AgentId reply
public java.lang.Object extraInformation
Constructor Detail |
---|
public AgentDeleteRequest(AgentId reply)
public AgentDeleteRequest(AgentId reply, java.lang.Object extraInformation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |