Ice 3.7 Slice API Reference
Operations | List of all members
IceGrid::RegistryObserver Interface 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...
 

Detailed Description

This interface allows applications to monitor changes the state of the registry.

Operation Documentation

◆ registryDown()

void registryDown ( string  name)

The nodeDown operation is called to notify an observer that a node went down.

Parameters
nameThe node name.

◆ registryInit()

void registryInit ( RegistryInfoSeq  registries)

The registryInit operation is called after registration of an observer to indicate the state of the registries.

Parameters
registriesThe current state of the registries.

◆ registryUp()

void registryUp ( RegistryInfo  node)

The nodeUp operation is called to notify an observer that a node came up.

Parameters
nodeThe node state.

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