Class ManagedOperationParameter
java.lang.Object
org.springframework.jmx.export.metadata.ManagedOperationParameter
Metadata about JMX operation parameters.
 Used in conjunction with a 
ManagedOperation attribute.- Since:
 - 1.2
 - Author:
 - Rob Harrop
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturn 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. 
- 
Constructor Details
- 
ManagedOperationParameter
public ManagedOperationParameter() 
 - 
 - 
Method Details
- 
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. 
 -