类 ManagedOperationParameter
- java.lang.Object
- org.springframework.jmx.export.metadata.ManagedOperationParameter
public class ManagedOperationParameter extends Object
Metadata about JMX operation parameters. Used in conjunction with aManagedOperationattribute.- 从以下版本开始:
- 1.2
- 作者:
- Rob Harrop
构造器概要
构造器 构造器 说明 ManagedOperationParameter()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDescription()Return a description for this parameter.intgetIndex()Return the index of this parameter in the operation signature.StringgetName()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.voidsetName(String name)Set 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.
setDescription
public void setDescription(String description)
Set a description for this parameter.
getDescription
public String getDescription()
Return a description for this parameter.