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 connections from the communicator and its object adapters. | |
| virtual void | updateThreadObservers ()=0 |
| Updates thread observers associated with each of the Ice threads from the communicator and its object adapters. | |
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 223 of file Instrumentation.h.