Package com.zeroc.IceMX
Class DispatchMetrics
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceMX.Metrics
com.zeroc.IceMX.DispatchMetrics
- All Implemented Interfaces:
Serializable
,Cloneable
Provides information on servant dispatch.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
The size of the dispatch reply.long
The size of the dispatch.int
The number of dispatch that failed with a user exception. -
Constructor Summary
ConstructorsConstructorDescriptionDispatchMetrics
(String id, long total, int current, long totalLifetime, int failures, int userException, long size, long replySize) -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
userException
public int userExceptionThe number of dispatch that failed with a user exception. -
size
public long sizeThe size of the dispatch. This corresponds to the size of the marshalled input parameters. -
replySize
public long replySizeThe size of the dispatch reply. This corresponds to the size of the marshalled output and return parameters.
-
-
Constructor Details
-
DispatchMetrics
public DispatchMetrics() -
DispatchMetrics
public DispatchMetrics(String id, long total, int current, long totalLifetime, int failures, int userException, long size, long replySize)
-
-
Method Details