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


Public Member Functions | |
| Report () | |
| Report (Command command, int status, String message) | |
| Command | getCommand () |
| int | getStatus () |
| String | getMessage () |
| StringBuffer | toString (StringBuffer output) |
Task.Status.
Status
Definition at line 35 of file Report.java.
| com.scalagent.task.util.Report.Report | ( | ) |
Default constructor.
Definition at line 49 of file Report.java.
| com.scalagent.task.util.Report.Report | ( | Command | command, | |
| int | status, | |||
| String | message | |||
| ) |
Creates a notification to be sent.
| command | executed command | |
| status | completion status | |
| message | optional message |
Definition at line 60 of file Report.java.
| Command com.scalagent.task.util.Report.getCommand | ( | ) |
| int com.scalagent.task.util.Report.getStatus | ( | ) |
| String com.scalagent.task.util.Report.getMessage | ( | ) |
| StringBuffer com.scalagent.task.util.Report.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 93 of file Report.java.
1.5.0