Inheritance diagram for fr.dyade.aaa.agent.UnknownNotification:


Public Member Functions | |
| UnknownNotification (AgentId agent, Notification not) | |
| StringBuffer | toString (StringBuffer output) |
Public Attributes | |
| AgentId | agent |
| Notification | not |
Definition at line 33 of file UnknownNotification.java.
| fr.dyade.aaa.agent.UnknownNotification.UnknownNotification | ( | AgentId | agent, | |
| Notification | not | |||
| ) |
Allocates a new UnknownNotification notification.
| agent | The target agent id. | |
| not | The failing notification. |
Definition at line 50 of file UnknownNotification.java.
References fr.dyade.aaa.agent.UnknownNotification.agent, and fr.dyade.aaa.agent.UnknownNotification.not.
| StringBuffer fr.dyade.aaa.agent.UnknownNotification.toString | ( | StringBuffer | output | ) |
Appends a string image for this object to the StringBuffer parameter.
| output | buffer to fill in |
output buffer is returned Reimplemented from fr.dyade.aaa.agent.Notification.
Definition at line 63 of file UnknownNotification.java.
References fr.dyade.aaa.agent.UnknownNotification.agent, and fr.dyade.aaa.agent.UnknownNotification.not.
The target agent id.
Definition at line 40 of file UnknownNotification.java.
Referenced by fr.dyade.aaa.agent.UnknownNotification.toString(), and fr.dyade.aaa.agent.UnknownNotification.UnknownNotification().
The failing notification.
Definition at line 42 of file UnknownNotification.java.
Referenced by fr.dyade.aaa.agent.UnknownNotification.toString(), and fr.dyade.aaa.agent.UnknownNotification.UnknownNotification().
1.5.0