|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.handlers.jmx.MethodField
public class MethodField
This class builds a method JMX description.
Constructor Summary | |
---|---|
MethodField(MethodMetadata method,
String description)
Constructor. |
Method Summary | |
---|---|
String |
getDescription()
Gets the description. |
MethodMetadata |
getMethod()
Gets the method. |
String |
getName()
Gets the name. |
javax.management.MBeanParameterInfo[] |
getParams()
Gets the parameter in JMX format. |
String |
getReturnType()
|
String[] |
getSignature()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodField(MethodMetadata method, String description)
method
- the method propertiesdescription
- the method descriptionMethod Detail |
---|
public MethodMetadata getMethod()
public String getDescription()
public String getName()
public javax.management.MBeanParameterInfo[] getParams()
public String[] getSignature()
public String getReturnType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |