public class JythonRunnerMBeanDescription extends MBeanDescriptionAdapter
| Constructor and Description |
|---|
JythonRunnerMBeanDescription() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeDescription(java.lang.String attribute)
Should return the description for the specified attribute.
|
java.lang.String |
getMBeanDescription()
Should return the description of the MBean.
|
java.lang.String |
getOperationDescription(java.lang.reflect.Method operation)
Should return the description for the specified operation.
|
getConstructorDescription, getConstructorParameterDescription, getConstructorParameterName, getOperationParameterDescription, getOperationParameterNamepublic java.lang.String getMBeanDescription()
MBeanDescriptiongetMBeanDescription in interface MBeanDescriptiongetMBeanDescription in class MBeanDescriptionAdapterpublic java.lang.String getAttributeDescription(java.lang.String attribute)
MBeanDescriptiongetAttributeDescription in interface MBeanDescriptiongetAttributeDescription in class MBeanDescriptionAdapterpublic java.lang.String getOperationDescription(java.lang.reflect.Method operation)
MBeanDescriptiongetOperationDescription in interface MBeanDescriptiongetOperationDescription in class MBeanDescriptionAdapter