Inheritance diagram for com.scalagent.scheduler.monitor.IndexedCommand:


Public Member Functions | |
| IndexedCommand () | |
| void | setId (int id) throws Exception |
| int | getId () |
| StringBuffer | toString (StringBuffer output) |
MonitorAgent agent. Task end is reported via an IndexedReport notification.
This class is a variation of Command, which it may eventually replace.
Command
Definition at line 40 of file IndexedCommand.java.
| com.scalagent.scheduler.monitor.IndexedCommand.IndexedCommand | ( | ) |
Creates a notification to be sent.
Definition at line 50 of file IndexedCommand.java.
| void com.scalagent.scheduler.monitor.IndexedCommand.setId | ( | int | id | ) | throws Exception |
Accesses property. Allows differed setting of id variable. Does not allow changing the variable.
| id | command identifier |
Definition at line 61 of file IndexedCommand.java.
| int com.scalagent.scheduler.monitor.IndexedCommand.getId | ( | ) |
| StringBuffer com.scalagent.scheduler.monitor.IndexedCommand.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 81 of file IndexedCommand.java.
1.5.0