Package com.zeroc.IceMX
Class MetricsAdmin.GetMetricsViewNamesResult
java.lang.Object
com.zeroc.IceMX.MetricsAdmin.GetMetricsViewNamesResult
- Enclosing interface:
- MetricsAdmin
Holds the result of operation getMetricsViewNames.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.GetMetricsViewNamesResult
(String[] returnValue, String[] disabledViews) This constructor makes shallow copies of the results for operation GetMetricsViewNames. -
Method Summary
-
Field Details
-
returnValue
The name of the enabled views. -
disabledViews
The names of the disabled views.
-
-
Constructor Details
-
GetMetricsViewNamesResult
public GetMetricsViewNamesResult()Default constructor. -
GetMetricsViewNamesResult
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
-
write
-
read
-