Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


IceGrid::RegistryObserver

Overview

interface RegistryObserver

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

Operation Index

registryInit — The registryInit operation is called after registration of an observer to indicate the state of the registries.
registryUp — The nodeUp operation is called to notify an observer that a node came up.
registryDown — The nodeDown operation is called to notify an observer that a node went down.

Operations

void registryInit(IceGrid::RegistryInfoSeq registries)

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

Parameters

registries — The current state of the registries.

void registryUp(IceGrid::RegistryInfo node)

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

Parameters

node — The node state.

void registryDown(string name)

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

Parameters

name — The node name.


  • No labels