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


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