Package com.zeroc.IceMX
Class ConnectionMetrics
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceMX.Metrics
com.zeroc.IceMX.ConnectionMetrics
- All Implemented Interfaces:
Serializable
,Cloneable
Provides information on the data sent and received over Ice
connections.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
The number of bytes received by the connection.long
The number of bytes sent by the connection. -
Constructor Summary
ConstructorsConstructorDescriptionConnectionMetrics
(String id, long total, int current, long totalLifetime, int failures, long receivedBytes, long sentBytes) -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
receivedBytes
public long receivedBytesThe number of bytes received by the connection. -
sentBytes
public long sentBytesThe number of bytes sent by the connection.
-
-
Constructor Details
-
ConnectionMetrics
public ConnectionMetrics() -
ConnectionMetrics
public ConnectionMetrics(String id, long total, int current, long totalLifetime, int failures, long receivedBytes, long sentBytes)
-
-
Method Details