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
-
Method Summary
Modifier and TypeMethodDescriptionReturn a description for this parameter.int
getIndex()
Return the index of this parameter in the operation signature.getName()
Return the name of this parameter in the operation signature.void
setDescription
(String description) Set a description for this parameter.void
setIndex
(int index) Set the index of this parameter in the operation signature.void
Set 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.
-