Interface ObserverUpdater


public interface ObserverUpdater
The observer updater interface. This interface is implemented by the Ice run-time 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(com.zeroc.Ice.Instrumentation.ObserverUpdater) 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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update connection observers associated with each of the Ice connection from the communicator and its object adapters.
    void
    Update thread observers associated with each of the Ice thread from the communicator and its object adapters.