public class SSLAdaptorServerSocketFactoryMBeanDescription extends MBeanDescriptionAdapter
| Constructor and Description |
|---|
SSLAdaptorServerSocketFactoryMBeanDescription() |
| 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 |
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.
|
java.lang.String |
getOperationParameterDescription(java.lang.reflect.Method method,
int index)
Should return the description for the operations's parameter for the given operation and parameter index.
|
java.lang.String |
getOperationParameterName(java.lang.reflect.Method method,
int index)
Should return the name of the operation's parameter for the given operation and parameter index.
|
getConstructorParameterDescription, getConstructorParameterNamepublic SSLAdaptorServerSocketFactoryMBeanDescription()
public java.lang.String getMBeanDescription()
MBeanDescriptiongetMBeanDescription in interface MBeanDescriptiongetMBeanDescription in class MBeanDescriptionAdapterpublic java.lang.String getConstructorDescription(java.lang.reflect.Constructor ctor)
MBeanDescriptiongetConstructorDescription in interface MBeanDescriptiongetConstructorDescription 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 MBeanDescriptionAdapterpublic java.lang.String getOperationParameterName(java.lang.reflect.Method method,
int index)
MBeanDescriptiongetOperationParameterName in interface MBeanDescriptiongetOperationParameterName in class MBeanDescriptionAdapterpublic java.lang.String getOperationParameterDescription(java.lang.reflect.Method method,
int index)
MBeanDescriptiongetOperationParameterDescription in interface MBeanDescriptiongetOperationParameterDescription in class MBeanDescriptionAdapter