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

Public Member Functions | |
| void | childReport (Monitor child, int status) throws Exception |
| void | sendTo (CommandMonitor monitor, AgentId to, IndexedCommand command) throws Exception |
Monitor's parent satisfies.
Definition at line 33 of file MonitorParent.java.
| void com.scalagent.scheduler.monitor.MonitorParent.childReport | ( | Monitor | child, | |
| int | status | |||
| ) | throws Exception |
Reacts to a status change from child.
| child | child changing status | |
| status | new child status |
Implemented in com.scalagent.scheduler.monitor.MonitorAgent.
Referenced by com.scalagent.scheduler.monitor.ObjectMonitor.setStatus().
| void com.scalagent.scheduler.monitor.MonitorParent.sendTo | ( | CommandMonitor | monitor, | |
| AgentId | to, | |||
| IndexedCommand | command | |||
| ) | throws Exception |
Allows a enclosed CommandMonitor object to send an IndexedCommand. Registers the object so that it can be forwarded the IndexedReport to.
| monitor | object sending the command | |
| to | agent target of command | |
| command | command to send |
Implemented in com.scalagent.scheduler.monitor.MonitorAgent.
Referenced by com.scalagent.scheduler.monitor.ObjectMonitor.sendTo().
1.5.0