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
String getName()Return the name of the operation parameter.- Returns:
- the name of the parameter
-
getType
Class<?> getType()Return the type of the operation parameter.- Returns:
- the type
-
getDescription
String getDescription()Return the description of the parameter ornull
if none is available.- Returns:
- the description or
null
-