|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmx4j.MBeanDescriptionAdapter
org.objectweb.cjdbc.controller.jmx.ExtendedMBeanDescriptionAdapter
Controller MBean description.
Constructor Summary | |
ExtendedMBeanDescriptionAdapter()
|
Method Summary | |
abstract java.lang.String |
getAssociatedString()
Allow to retrieve internationalization description on mbeans as well |
java.lang.String |
getAttributeDescription(java.lang.String attribute)
Returns the description for the specified attribute. |
java.lang.String |
getConstructorDescription(java.lang.reflect.Constructor ctor)
Returns the description for the specified constructor. |
java.lang.String |
getConstructorParameterDescription(java.lang.reflect.Constructor ctor,
int index)
Should return the description for the given constructor of the MBean. |
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()
Returns the description of the MBean. |
java.lang.String |
getOperationDescription(java.lang.reflect.Method operation)
Returns the description for the specified operation. |
java.lang.String |
getOperationParameterDescription(java.lang.reflect.Method method,
int index)
Returns the description of the operation's parameter for the given operation and parameter index. |
java.lang.String |
getOperationParameterName(java.lang.reflect.Method method,
int index)
Returns 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 ExtendedMBeanDescriptionAdapter()
Method Detail |
public abstract java.lang.String getAssociatedString()
public java.lang.String getMBeanDescription()
String
containing the descriptionpublic java.lang.String getConstructorDescription(java.lang.reflect.Constructor ctor)
ctor
- the constructor
String
containing the descriptionpublic java.lang.String getConstructorParameterName(java.lang.reflect.Constructor ctor, int index)
ctor
- constructorindex
- index of parameter
public java.lang.String getConstructorParameterDescription(java.lang.reflect.Constructor ctor, int index)
ctor
- constructorindex
- index of parameter
public java.lang.String getAttributeDescription(java.lang.String attribute)
attribute
- the attribute name
String
containing the descriptionpublic java.lang.String getOperationDescription(java.lang.reflect.Method operation)
operation
- the operation
String
containing the descriptionpublic java.lang.String getOperationParameterName(java.lang.reflect.Method method, int index)
method
- the methodindex
- the parameter index
String
containing the parameter namepublic java.lang.String getOperationParameterDescription(java.lang.reflect.Method method, int index)
method
- the methodindex
- the parameter index
String
containing the description
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |