![]() |
Ice 3.8
Slice API Reference
|
Monitors well-known objects that are added, updated or removed using Admin
.
More...
defined in <IceGrid/Admin.ice>
interface ObjectObserver { ... }
Operations | |
void | objectAdded (ObjectInfo info) |
Notifies the observer that a well-known object was added. | |
void | objectInit (ObjectInfoSeq objects) |
Provides the initial list of well-known objects to the observer. | |
void | objectRemoved (Ice::Identity id) |
Notifies the observer that a well-known object was removed. | |
void | objectUpdated (ObjectInfo info) |
Notifies the observer that a well-known object was updated. |
Monitors well-known objects that are added, updated or removed using Admin
.