12 [[
"cpp:header-ext:h",
"objc:header-dir:objc"]]
28 [
"objc:prefix:ICEINSTRUMENTATION"]
29 module Instrumentation
63 void failed(
string exceptionName);
189 void sentBytes(
int num);
198 void receivedBytes(
int num);
213 void userException();
222 void reply(
int size);
240 void reply(
int size);
286 void userException();
349 void updateConnectionObservers();
362 void updateThreadObservers();
391 Observer getConnectionEstablishmentObserver(
Endpoint endpt,
string connector);
Information about the current method invocation for servers.
Definition: Current.ice:91
The connection is holding the reception of new messages.
Definition: Instrumentation.ice:148
The invocation observer to instrument invocations on proxies.
Definition: Instrumentation.ice:272
The collocated observer to instrument invocations that are collocated.
Definition: Instrumentation.ice:260
The user-level interface to an endpoint.
Definition: Endpoint.ice:107
The Ice core library.
Definition: BuiltinSequences.ice:15
The connection is being gracefully shutdown and waits for the peer to close its end of the connection...
Definition: Instrumentation.ice:163
The thread is idle.
Definition: Instrumentation.ice:79
The connection observer interface to instrument Ice connections.
Definition: Instrumentation.ice:180
The thread is in use performing reads or writes for Ice connections.
Definition: Instrumentation.ice:88
The thread is performing other internal activities (DNS lookups, timer callbacks, etc)...
Definition: Instrumentation.ice:105
The connection is being validated.
Definition: Instrumentation.ice:141
ThreadState
The thread state enumeration keeps track of the different possible states of Ice threads.
Definition: Instrumentation.ice:72
The connection is closed and waits for potential dispatch to be finished before being destroyed and d...
Definition: Instrumentation.ice:171
The dispatch observer to instrument servant dispatch.
Definition: Instrumentation.ice:206
The child invocation observer to instrument remote or collocated invocations.
Definition: Instrumentation.ice:231
Base class providing access to the connection details.
Definition: Connection.ice:27
ConnectionState
The state of an Ice connection.
Definition: Instrumentation.ice:134
The thread is calling user code (servant implementation, AMI callbacks).
Definition: Instrumentation.ice:97
The thread observer interface to instrument Ice threads.
Definition: Instrumentation.ice:115
The remote observer to instrument invocations that are sent over the wire.
Definition: Instrumentation.ice:250
The observer updater interface.
Definition: Instrumentation.ice:336
The communicator observer interface used by the Ice run-time to obtain and update observers for its o...
Definition: Instrumentation.ice:375
The connection is active and can send and receive messages.
Definition: Instrumentation.ice:155
The object observer interface used by instrumented objects to notify the observer of their existence...
Definition: Instrumentation.ice:38
The object adapter provides an up-call interface from the Ice run time to the implementation of Ice o...
Definition: ObjectAdapter.ice:38
dictionary< string, string > Context
A request context.
Definition: Current.ice:31