Interface JmxOperationParameter
public interface JmxOperationParameter
Describes the parameters of an operation on a JMX endpoint.
- Since:
- 2.0.0
- Author:
- Stephane Nicoll, Phillip Webb
-
Method Summary
-
Method Details
-
getName
-
getType
-
getDescription
String getDescription()Return the description of the parameter ornull
if none is available.- Returns:
- the description or
null
-