Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ setObserversByIdentity()

idempotent void setObserversByIdentity ( Ice::Identity registryObs,
Ice::Identity nodeObs,
Ice::Identity appObs,
Ice::Identity adptObs,
Ice::Identity objObs ) throws ObserverAlreadyRegisteredException

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.

Parameters
registryObsThe registry observer identity.
nodeObsThe node observer identity.
appObsThe application observer.
adptObsThe adapter observer.
objObsThe object observer.
Exceptions
ObserverAlreadyRegisteredExceptionThrown when an observer is already registered with this registry.