Ice 3.7 Slice API Reference
Operations | List of all members
IceGrid::ObjectObserver Interface Reference

This interface allows applications to monitor IceGrid well-known objects. More...

defined in <IceGrid/Admin.ice>

interface ObjectObserver { ... }

Operations

void objectAdded (ObjectInfo info)
 The objectAdded operation is called to notify an observer when an object was added to the Admin interface. More...
 
void objectInit (ObjectInfoSeq objects)
 objectInit is called after the registration of an observer to indicate the state of the registry. More...
 
void objectRemoved (Ice::Identity id)
 objectRemoved is called to notify an observer when an object registered with the Admin interface was removed. More...
 
void objectUpdated (ObjectInfo info)
 objectUpdated is called to notify an observer when an object registered with the Admin interface was updated. More...
 

Detailed Description

This interface allows applications to monitor IceGrid well-known objects.

Operation Documentation

◆ objectAdded()

void objectAdded ( ObjectInfo  info)

The objectAdded operation is called to notify an observer when an object was added to the Admin interface.

Parameters
infoThe details of the added object.

◆ objectInit()

void objectInit ( ObjectInfoSeq  objects)

objectInit is called after the registration of an observer to indicate the state of the registry.

Parameters
objectsThe objects registered with the Admin interface (not through the deployment mechanism).

◆ objectRemoved()

void objectRemoved ( Ice::Identity  id)

objectRemoved is called to notify an observer when an object registered with the Admin interface was removed.

Parameters
idThe identity of the removed object.

◆ objectUpdated()

void objectUpdated ( ObjectInfo  info)

objectUpdated is called to notify an observer when an object registered with the Admin interface was updated.

Parameters
infoThe details of the updated object.

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