| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.jmx.export.metadata.ManagedOperationParameter
public class ManagedOperationParameter
Metadata about JMX operation parameters.
 Used in conjunction with a ManagedOperation attribute.
| Constructor Summary | |
|---|---|
| ManagedOperationParameter() | |
| Method Summary | |
|---|---|
|  String | getDescription()Return a description for this parameter. | 
|  int | getIndex()Return the index of this parameter in the operation signature. | 
|  String | 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 | setName(String name)Set the name of this parameter in the operation signature. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ManagedOperationParameter()
| Method Detail | 
|---|
public void setIndex(int index)
public int getIndex()
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||