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 SummaryConstructors
- 
Method SummaryModifier 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- 
ManagedOperationParameterpublic ManagedOperationParameter()
 
- 
- 
Method Details- 
setIndexpublic void setIndex(int index) Set the index of this parameter in the operation signature.
- 
getIndexpublic int getIndex()Return the index of this parameter in the operation signature.
- 
setNameSet the name of this parameter in the operation signature.
- 
getNameReturn the name of this parameter in the operation signature.
- 
setDescriptionSet a description for this parameter.
- 
getDescriptionReturn a description for this parameter.
 
-