Class MetricsAdmin.GetMetricsViewNamesResult

java.lang.Object
com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
Enclosing interface:
MetricsAdmin

public static class MetricsAdmin.GetMetricsViewNamesResult extends Object
Holds the result of operation getMetricsViewNames.
  • Field Details

    • returnValue

      public String[] returnValue
      The name of the enabled views.
    • disabledViews

      public String[] disabledViews
      The names of the disabled views.
  • Constructor Details

    • GetMetricsViewNamesResult

      public GetMetricsViewNamesResult()
      Default constructor.
    • GetMetricsViewNamesResult

      public GetMetricsViewNamesResult(String[] returnValue, String[] disabledViews)
      This constructor makes shallow copies of the results for operation GetMetricsViewNames.
      Parameters:
      returnValue - The name of the enabled views.
      disabledViews - The names of the disabled views.
  • Method Details