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

Represents the base class for Ice observers. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::Instrumentation::Observer:

Public Member Functions

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 the base class for Ice observers.

Definition at line 107 of file Instrumentation.h.


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