Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::Instrumentation::ObserverUpdater Class Referenceabstract

The observer updater interface. More...

#include <Ice/Ice.h>

Public Member Functions

virtual void updateConnectionObservers ()=0
 Updates connection observers associated with each of the Ice connection from the communicator and its object adapters.
virtual void updateThreadObservers ()=0
 Updates thread observers associated with each of the Ice thread from the communicator and its object adapters.

Detailed Description

The observer updater interface.

This interface is implemented by the Ice runtime and an instance of this interface is provided by the Ice communicator on initialization to the CommunicatorObserver object set with the communicator initialization data. The Ice communicator calls CommunicatorObserver::setObserverUpdater to provide the observer updater. This interface can be used by add-ins implementing the CommunicatorObserver interface to update the observers of connections and threads.

Definition at line 220 of file Instrumentation.h.


The documentation for this class was generated from the following file: