![]() |
Ice 3.9
Slice API Reference
|
Monitors changes to the state of the nodes. More...
defined in <IceGrid/Admin.ice>
interface NodeObserver { ... }
Operations | |
| void | nodeDown (string name) |
| Notifies the observer that a node went down. | |
| void | nodeInit (NodeDynamicInfoSeq nodes) |
| Provides the initial state of the nodes to the observer. | |
| void | nodeUp (NodeDynamicInfo node) |
| Notifies the observer that a node came up. | |
| void | updateAdapter (string node, AdapterDynamicInfo updatedInfo) |
| Notifies the observer that the state of an object adapter changed. | |
| void | updateServer (string node, ServerDynamicInfo updatedInfo) |
| Notifies the observer that the state of a server changed. | |