Inheritance diagram for com.scalagent.task.util.ProcessEnd:


Public Member Functions | |
| ProcessEnd (int exitValue, String errorMessage) | |
| int | getExitValue () |
| String | getErrorMessage () |
| StringBuffer | toString (StringBuffer output) |
Notification reporting the end of a process execution.
Definition at line 33 of file ProcessEnd.java.
| com.scalagent.task.util.ProcessEnd.ProcessEnd | ( | int | exitValue, | |
| String | errorMessage | |||
| ) |
Creates a notification to be sent.
| exitValue | as returned by Process.exitValue | |
| errorMessage | optional, as returned by Process.getErrorStream |
Definition at line 48 of file ProcessEnd.java.
| int com.scalagent.task.util.ProcessEnd.getExitValue | ( | ) |
Accesses read only property.
Process.exitValue Definition at line 58 of file ProcessEnd.java.
| String com.scalagent.task.util.ProcessEnd.getErrorMessage | ( | ) |
Accesses read only property.
Process.getErrorStream Definition at line 65 of file ProcessEnd.java.
| StringBuffer com.scalagent.task.util.ProcessEnd.toString | ( | StringBuffer | output | ) |
Appends a string image for this object to the StringBuffer parameter.
| output | buffer to fill in |
Reimplemented from fr.dyade.aaa.agent.Notification.
Definition at line 73 of file ProcessEnd.java.
1.5.0