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


Public Member Functions | |
| StringBuffer | toString (StringBuffer output) |
Package Functions | |
| FlowControlNot (int driverId) | |
| FlowControlNot (int driverId, int driverKey) | |
| FlowControlNot () | |
Package Attributes | |
| int | driverId |
| int | driverKey = 0 |
This notification is used to control the flow of notifications from a DriverIn object to its associated agent.
Definition at line 37 of file FlowControlNot.java.
| fr.dyade.aaa.agent.FlowControlNot.FlowControlNot | ( | int | driverId | ) | [package] |
Constructor.
| driverId | id of Driver issuing notification |
Definition at line 60 of file FlowControlNot.java.
| fr.dyade.aaa.agent.FlowControlNot.FlowControlNot | ( | int | driverId, | |
| int | driverKey | |||
| ) | [package] |
Constructor.
| driverId | id of Driver issuing notification | |
| driverKey | key of driver issuing the notification. |
Definition at line 70 of file FlowControlNot.java.
| fr.dyade.aaa.agent.FlowControlNot.FlowControlNot | ( | ) | [package] |
Constructor with default id.
Definition at line 80 of file FlowControlNot.java.
| StringBuffer fr.dyade.aaa.agent.FlowControlNot.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 92 of file FlowControlNot.java.
References fr.dyade.aaa.agent.FlowControlNot.driverId, and fr.dyade.aaa.agent.FlowControlNot.driverKey.
int fr.dyade.aaa.agent.FlowControlNot.driverId [package] |
id of DriverIn agent issuing notification, when applicable
Definition at line 46 of file FlowControlNot.java.
Referenced by fr.dyade.aaa.agent.FlowControlNot.toString().
int fr.dyade.aaa.agent.FlowControlNot.driverKey = 0 [package] |
Key of the DriverIn issuing the notification, in a multi connections context.
Definition at line 52 of file FlowControlNot.java.
Referenced by fr.dyade.aaa.agent.FlowControlNot.toString().
1.5.0