Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::Instrumentation::ThreadObserver

Overview

local interface ThreadObserver extends Ice::Instrumentation::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.

Used By

Operation Index

stateChanged — Notification of thread state change.

Operations

void stateChanged(Ice::Instrumentation::ThreadState oldState, Ice::Instrumentation::ThreadState newState)

Notification of thread state change.

Parameters

oldState — The previous thread state.
newState — The new thread state.


  • No labels