Interface ThreadObserver

All Superinterfaces:
Observer

public interface ThreadObserver extends Observer
The thread observer interface to instrument Ice threads. This can be threads from the Ice thread pool or utility threads used by the Ice core.
  • Method Details

    • stateChanged

      void stateChanged(ThreadState oldState, ThreadState newState)
      Notification of thread state change.
      Parameters:
      oldState - The previous thread state.
      newState - The new thread state.