This interface allows applications to monitor IceGrid well-known objects.
objectInit — objectInit is called after the registration of an observer to indicate the state of the registry.
objectAdded — The objectAdded operation is called to notify an observer when an object was added to the IceGrid::Admin interface.
objectUpdated — objectUpdated is called to notify an observer when an object registered with the IceGrid::Admin interface was updated.
objectRemoved — objectRemoved is called to notify an observer when an object registered with the IceGrid::Admin interface was removed.
objectInit is called after the registration of an observer to indicate the state of the registry.
objects — The objects registered with the IceGrid::Admin interface (not through the deployment mechanism).
The objectAdded operation is called to notify an observer when an object was added to the IceGrid::Admin interface.
info — The details of the added object.
objectUpdated is called to notify an observer when an object registered with the IceGrid::Admin interface was updated.
info — The details of the updated object.
objectRemoved is called to notify an observer when an object registered with the IceGrid::Admin interface was removed.
id — The identity of the removed object.