Ice 3.9
C++ API Reference
Loading...
Searching...
No Matches

◆ setObserversByIdentity()

void IceGrid::AdminSessionPrx::setObserversByIdentity ( const ::Ice::Identity & registryObs,
const ::Ice::Identity & nodeObs,
const ::Ice::Identity & appObs,
const ::Ice::Identity & adptObs,
const ::Ice::Identity & objObs,
const Ice::Context & context = Ice::noExplicitContext ) const

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 identity.
adptObsThe adapter observer identity.
objObsThe object observer identity.
contextThe request context.
Exceptions
IceGrid::ObserverAlreadyRegisteredExceptionThrown when an observer is already registered with this registry.