This interface allows applications to monitor the state of object adapters that are registered with IceGrid.
More...
Defined in <IceGrid/Observer.ice>
interface AdapterObserver { ... }
|
void | adapterAdded (AdapterInfo info) |
| The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was added. More...
|
|
void | adapterInit (AdapterInfoSeq adpts) |
| adapterInit is called after registration of an observer to indicate the state of the registry. More...
|
|
void | adapterRemoved (string id) |
| The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed. More...
|
|
void | adapterUpdated (AdapterInfo info) |
| The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated. More...
|
|
This interface allows applications to monitor the state of object adapters that are registered with IceGrid.
◆ adapterAdded()
The adapterAdded
operation is called to notify an observer when a dynamically-registered adapter was added.
- Parameters
-
info | The details of the new adapter. |
◆ adapterInit()
adapterInit
is called after registration of an observer to indicate the state of the registry.
- Parameters
-
adpts | The adapters that were dynamically registered with the registry (not through the deployment mechanism). |
◆ adapterRemoved()
void adapterRemoved |
( |
string |
id | ) |
|
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter was removed.
- Parameters
-
id | The ID of the removed adapter. |
◆ adapterUpdated()
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter was updated.
- Parameters
-
info | The details of the updated adapter. |
The documentation for this interface was generated from the following file: