|
|||||||||
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.UnknownAgent
public class UnknownAgent
Notify by the engine to the sender of a notification when the target agent does not exist.
Engine
,
Serialized FormField Summary | |
---|---|
AgentId |
agent
The non-existent target agent id. |
Notification |
not
The failing notification that can not be delivered. |
(package private) static long |
serialVersionUID
|
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority |
Constructor Summary | |
---|---|
UnknownAgent(AgentId agent,
Notification not)
Allocates a new UnknownAgent notification. |
Method Summary | |
---|---|
java.lang.StringBuffer |
toString(java.lang.StringBuffer output)
Appends a string image for this object to the StringBuffer parameter. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
---|
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
public AgentId agent
public Notification not
Constructor Detail |
---|
public UnknownAgent(AgentId agent, Notification not)
UnknownAgent
notification.
agent
- The non-existent target agent id.not
- The failing notification that can not be delivered.Method Detail |
---|
public java.lang.StringBuffer toString(java.lang.StringBuffer output)
toString
in class Notification
output
- buffer to fill in
output
buffer is returned
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |