接口 JmxOperationParameter
public interface JmxOperationParameter
Describes the parameters of an operation on a JMX endpoint.
- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll, Phillip Webb
-
方法概要
-
方法详细资料
-
getName
String getName()Return the name of the operation parameter.- 返回:
- the name of the parameter
-
getType
Class<?> getType()Return the type of the operation parameter.- 返回:
- the type
-
getDescription
String getDescription()Return the description of the parameter ornull
if none is available.- 返回:
- the description or
null
-