Represents an observer for dispatches. More...
#include <Ice/Ice.h>

Public Member Functions | |
| virtual void | reply (int size)=0 |
| Notifies the observer that a reply was sent. | |
| virtual void | userException ()=0 |
| Notifies the observer that the dispatch completed with a user exception. | |
| 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. | |
Represents an observer for dispatches.
Definition at line 151 of file Instrumentation.h.