|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.mosgi.jmx.agent.mx4j.MBeanDescriptionAdapter
public class MBeanDescriptionAdapter
Default implementation for the MBeanDescription interface.
| Constructor Summary | |
|---|---|
MBeanDescriptionAdapter()
|
|
| Method Summary | |
|---|---|
String |
getAttributeDescription(String attribute)
Should return the description for the specified attribute. |
String |
getConstructorDescription(Constructor ctor)
Should return the description for the given constructor of the MBean. |
String |
getConstructorParameterDescription(Constructor ctor,
int index)
Should return the description for the constructor's parameter for the given constructor and parameter index. |
String |
getConstructorParameterName(Constructor ctor,
int index)
Should return the name of the constructor's parameter for the given constructor and parameter index. |
String |
getMBeanDescription()
Should return the description of the MBean. |
String |
getOperationDescription(Method operation)
Should return the description for the specified operation. |
String |
getOperationParameterDescription(Method method,
int index)
Should return the description for the operations's parameter for the given operation and parameter index. |
String |
getOperationParameterName(Method method,
int index)
Should return the name of the operation's parameter for the given operation and parameter index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBeanDescriptionAdapter()
| Method Detail |
|---|
public String getMBeanDescription()
MBeanDescription
getMBeanDescription in interface MBeanDescriptionpublic String getConstructorDescription(Constructor ctor)
MBeanDescription
getConstructorDescription in interface MBeanDescription
public String getConstructorParameterName(Constructor ctor,
int index)
MBeanDescription
getConstructorParameterName in interface MBeanDescription
public String getConstructorParameterDescription(Constructor ctor,
int index)
MBeanDescription
getConstructorParameterDescription in interface MBeanDescriptionpublic String getAttributeDescription(String attribute)
MBeanDescription
getAttributeDescription in interface MBeanDescriptionpublic String getOperationDescription(Method operation)
MBeanDescription
getOperationDescription in interface MBeanDescription
public String getOperationParameterName(Method method,
int index)
MBeanDescription
getOperationParameterName in interface MBeanDescription
public String getOperationParameterDescription(Method method,
int index)
MBeanDescription
getOperationParameterDescription in interface MBeanDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||