Class DispatchMetrics

All Implemented Interfaces:
Serializable, Cloneable

public class DispatchMetrics extends Metrics
Provides information on servant dispatch.
See Also:
  • Field Details

    • userException

      public int userException
      The number of dispatch that failed with a user exception.
    • size

      public long size
      The size of the dispatch. This corresponds to the size of the marshalled input parameters.
    • replySize

      public long replySize
      The 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

    • clone

      public DispatchMetrics clone()
      Description copied from class: Value
      Returns a copy of the object. The cloned object contains field-for-field copies of the state.
      Overrides:
      clone in class Metrics
      Returns:
      The cloned object.
    • ice_staticId

      public static String ice_staticId()
    • ice_id

      public String ice_id()
      Description copied from class: Value
      Returns the Slice type ID of the most-derived interface supported by this object.
      Overrides:
      ice_id in class Metrics
      Returns:
      The return value is always ::Ice::Object.