Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::Instrumentation::DispatchObserver

Overview

local interface DispatchObserver extends Ice::Instrumentation::Observer

The dispatch observer to instrument servant dispatch.

Used By

Operation Index

userException — Notification of a user exception.
reply — Reply notification.

Operations

void userException()

Notification of a user exception.

void reply(int size)

Reply notification.

Parameters

size — The size of the reply.


  • No labels