This interface allows applications to monitor IceGrid well-known objects.
More...
Defined in <IceGrid/Observer.ice>
interface ObjectObserver { ... }
This interface allows applications to monitor IceGrid well-known objects.
◆ objectAdded()
The objectAdded
operation is called to notify an observer when an object was added to the Admin interface.
- Parameters
-
info | The details of the added object. |
◆ objectInit()
objectInit
is called after the registration of an observer to indicate the state of the registry.
- Parameters
-
objects | The objects registered with the Admin interface (not through the deployment mechanism). |
◆ objectRemoved()
objectRemoved
is called to notify an observer when an object registered with the Admin interface was removed.
- Parameters
-
id | The identity of the removed object. |
◆ objectUpdated()
objectUpdated
is called to notify an observer when an object registered with the Admin interface was updated.
- Parameters
-
info | The details of the updated object. |
The documentation for this interface was generated from the following file: