|
pure virtual |
Sets the observer identities that receive notifications when the state of the registry or nodes changes.
This operation should be used by clients that are using a bidirectional connection to communicate with the session.
| registryObs | The registry observer identity. |
| nodeObs | The node observer identity. |
| appObs | The application observer. |
| adptObs | The adapter observer. |
| objObs | The object observer. |
| response | The response callback. |
| exception | The exception callback. |
| current | The Current object of the incoming request. |
| IceGrid::ObserverAlreadyRegisteredException | Thrown when an observer is already registered with this registry. |