类 ManagedOperationParameter
java.lang.Object
cn.taketoday.jmx.export.metadata.ManagedOperationParameter
Metadata about JMX operation parameters.
Used in conjunction with a
ManagedOperation attribute.- 从以下版本开始:
- 4.0
- 作者:
- Rob Harrop
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return a description for this parameter.intgetIndex()Return the index of this parameter in the operation signature.getName()Return the name of this parameter in the operation signature.voidsetDescription(String description) Set a description for this parameter.voidsetIndex(int index) Set the index of this parameter in the operation signature.voidSet the name of this parameter in the operation signature.
-
构造器详细资料
-
ManagedOperationParameter
public ManagedOperationParameter()
-
-
方法详细资料
-
setIndex
public void setIndex(int index) Set the index of this parameter in the operation signature. -
getIndex
public int getIndex()Return the index of this parameter in the operation signature. -
setName
Set the name of this parameter in the operation signature. -
getName
Return the name of this parameter in the operation signature. -
setDescription
Set a description for this parameter. -
getDescription
Return a description for this parameter.
-