Ice 3.7 Slice API Reference
Operations | List of all members
Ice::Instrumentation::Observer Local Interface Reference

The object observer interface used by instrumented objects to notify the observer of their existence. More...

defined in <Ice/Instrumentation.ice>

local interface Observer { ... }

Inheritance diagram for Ice::Instrumentation::Observer:
Inheritance graph
[legend]

Operations

void attach ()
 This method is called when the instrumented object is created or when the observer is attached to an existing object. More...
 
void detach ()
 This method is called when the instrumented object is destroyed and as a result the observer detached from the object. More...
 
void failed (string exceptionName)
 Notification of a failure. More...
 

Detailed Description

The object observer interface used by instrumented objects to notify the observer of their existence.

Operation Documentation

◆ attach()

void attach ( )

This method is called when the instrumented object is created or when the observer is attached to an existing object.

◆ detach()

void detach ( )

This method is called when the instrumented object is destroyed and as a result the observer detached from the object.

◆ failed()

void failed ( string  exceptionName)

Notification of a failure.

Parameters
exceptionNameThe name of the exception.

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