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

Represents an observer for Ice threads. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::Instrumentation::ThreadObserver:

Public Member Functions

virtual void stateChanged (ThreadState oldState, ThreadState newState)=0
 Notifies the observer of a thread state change.
Public Member Functions inherited from Ice::Instrumentation::Observer
virtual void attach ()=0
 Notifies the observer that an instrumented object was created.
virtual void detach ()=0
 Notifies the observer that an instrumented object was destroyed.
virtual void failed (const std::string &exceptionName)=0
 Notifies the observer of a failure.

Detailed Description

Represents an observer for Ice threads.

This can be threads from the Ice thread pool or utility threads used by the Ice core.

Definition at line 126 of file Instrumentation.h.


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