|
||||||||||
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.UnknownNotification
Notify by agents when there is no reaction allowed.
Agent
,
Serialized FormField Summary | |
AgentId |
agent
The target agent id. |
Notification |
not
The failing notification. |
Fields inherited from class fr.dyade.aaa.agent.Notification |
persistent |
Constructor Summary | |
UnknownNotification(AgentId agent,
Notification not)
Allocates a new UnknownNotification notification. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this notification. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, setContext |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public AgentId agent
public Notification not
Constructor Detail |
public UnknownNotification(AgentId agent, Notification not)
UnknownNotification
notification.
agent
- The target agent id.not
- The failing notification.Method Detail |
public java.lang.String toString()
toString
in class Notification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |