|
Ice 3.7 Slice API Reference
|
This interface allows applications to monitor changes the state of the registry. More...
defined in <IceGrid/Admin.ice>
interface RegistryObserver { ... }
Operations | |
| void | registryDown (string name) |
The nodeDown operation is called to notify an observer that a node went down. More... | |
| void | registryInit (RegistryInfoSeq registries) |
The registryInit operation is called after registration of an observer to indicate the state of the registries. More... | |
| void | registryUp (RegistryInfo node) |
The nodeUp operation is called to notify an observer that a node came up. More... | |
This interface allows applications to monitor changes the state of the registry.
| void registryDown | ( | string | name | ) |
The nodeDown operation is called to notify an observer that a node went down.
| name | The node name. |
| void registryInit | ( | RegistryInfoSeq | registries | ) |
The registryInit operation is called after registration of an observer to indicate the state of the registries.
| registries | The current state of the registries. |
| void registryUp | ( | RegistryInfo | node | ) |
The nodeUp operation is called to notify an observer that a node came up.
| node | The node state. |