![]() |
Ice 3.8
Slice API Reference
|
Monitors changes to the state of the registries. More...
defined in <IceGrid/Admin.ice>
interface RegistryObserver { ... }
Operations | |
void | registryDown (string name) |
Notifies the observer that a registry replica went down. | |
void | registryInit (RegistryInfoSeq registries) |
Provides the initial state of the registries to the observer. | |
void | registryUp (RegistryInfo registryReplica) |
Notifies the observer that a registry replica came up. |