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


IceMX::RemoteMetrics

Overview

class RemoteMetrics extends IceMX::Metrics

Provides information on invocations that are specifically sent over Ice connections. Remote metrics are embedded within IceMX::InvocationMetrics.

Data Member Index

size — The size of the invocation.
replySize — The size of the invocation reply.

Data Members

long size;

The size of the invocation. This corresponds to the size of the marshalled input parameters.

long replySize;

The size of the invocation reply. This corresponds to the size of the marshalled output and return parameters.


  • No labels