|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.jmx.export.metadata.ManagedOperationParameter
public class ManagedOperationParameter
Metadata about JMX operation parameters. Used in conjuction with a ManagedOperation attribute.
ManagedOperation
Constructor Summary | |
---|---|
ManagedOperationParameter()
|
Method Summary | |
---|---|
String |
getDescription()
|
int |
getIndex()
Return the index of the parameter in the operation signature. |
String |
getName()
Return the name of the parameter in the operation signature. |
void |
setDescription(String description)
|
void |
setIndex(int index)
Set the index of the parameter in the operation signature. |
void |
setName(String name)
Set the name of the 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()
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |