Ice 3.7 C++11 API Reference
|
The collocated observer to instrument invocations that are collocated. More...
#include <Ice/Ice.h>
Public Member Functions | |
virtual | ~CollocatedObserver () |
![]() | |
virtual void | reply (int size)=0 |
Reply notification. More... | |
virtual | ~ChildInvocationObserver () |
![]() | |
virtual void | attach ()=0 |
This method is called when the instrumented object is created or when the observer is attached to an existing object. More... | |
virtual void | detach ()=0 |
This method is called when the instrumented object is destroyed and as a result the observer detached from the object. More... | |
virtual void | failed (const ::std::string &exceptionName)=0 |
Notification of a failure. More... | |
virtual | ~Observer () |
The collocated observer to instrument invocations that are collocated.
|
virtual |