public class CosNamingServiceMBeanDescription extends MBeanDescriptionAdapter
Constructor and Description |
---|
CosNamingServiceMBeanDescription() |
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 |
getConstructorDescription(java.lang.reflect.Constructor ctor)
Should return the description for the given constructor of the MBean.
|
java.lang.String |
getConstructorParameterDescription(java.lang.reflect.Constructor ctor,
int index)
Should return the description for the constructor's parameter for the given constructor and parameter index.
|
java.lang.String |
getConstructorParameterName(java.lang.reflect.Constructor ctor,
int index)
Should return the name of the constructor's parameter for the given constructor and parameter index.
|
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.
|
getOperationParameterDescription, getOperationParameterName
public java.lang.String getMBeanDescription()
MBeanDescription
getMBeanDescription
in interface MBeanDescription
getMBeanDescription
in class MBeanDescriptionAdapter
public java.lang.String getConstructorDescription(java.lang.reflect.Constructor ctor)
MBeanDescription
getConstructorDescription
in interface MBeanDescription
getConstructorDescription
in class MBeanDescriptionAdapter
public java.lang.String getConstructorParameterName(java.lang.reflect.Constructor ctor, int index)
MBeanDescription
getConstructorParameterName
in interface MBeanDescription
getConstructorParameterName
in class MBeanDescriptionAdapter
public java.lang.String getConstructorParameterDescription(java.lang.reflect.Constructor ctor, int index)
MBeanDescription
getConstructorParameterDescription
in interface MBeanDescription
getConstructorParameterDescription
in class MBeanDescriptionAdapter
public java.lang.String getAttributeDescription(java.lang.String attribute)
MBeanDescription
getAttributeDescription
in interface MBeanDescription
getAttributeDescription
in class MBeanDescriptionAdapter
public java.lang.String getOperationDescription(java.lang.reflect.Method operation)
MBeanDescription
getOperationDescription
in interface MBeanDescription
getOperationDescription
in class MBeanDescriptionAdapter