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
Modifier and TypeMethodDescriptionvoid
read
(InputStream istr) Unmarshals the result of the getMetricsViewNames operation.void
write
(OutputStream ostr) Marshals the result for the getMetricsViewNames operation.
-
Field Details
-
returnValue
The names 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 names of the enabled views.disabledViews
- The names of the disabled views.
-
-
Method Details
-
write
Marshals the result for the getMetricsViewNames operation.- Parameters:
ostr
- the output stream to write this result to
-
read
Unmarshals the result of the getMetricsViewNames operation.- Parameters:
istr
- the input stream to read this result from
-