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


Public Member Functions | |
| AdminReplyNot () | |
| AdminReplyNot (ExceptionCmd exc) | |
| StringBuffer | toString (StringBuffer output) |
Public Attributes | |
| ExceptionCmd | exc = null |
| StartScript | startScript = null |
| StopScript | stopScript = null |
| int | status = 0 |
StopScript
Definition at line 33 of file AdminReplyNot.java.
| StringBuffer fr.dyade.aaa.agent.AdminReplyNot.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 59 of file AdminReplyNot.java.
References fr.dyade.aaa.agent.AdminReplyNot.exc.
exception catch in configuration
Definition at line 37 of file AdminReplyNot.java.
Referenced by fr.dyade.aaa.agent.AdminReplyNot.AdminReplyNot(), and fr.dyade.aaa.agent.AdminReplyNot.toString().
start script
Definition at line 39 of file AdminReplyNot.java.
stop script
Definition at line 41 of file AdminReplyNot.java.
operation status
Definition at line 43 of file AdminReplyNot.java.
1.5.0