Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceGrid::NodeObserver Interface 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.

Detailed Description

Monitors changes to the state of the nodes.

Definition at line 670 of file Admin.ice.


The documentation for this interface was generated from the following file: