|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.StandardMBean
org.h2.jmx.DocumentedMBean
public class DocumentedMBean
An MBean that reads the documentation from a resource file.
Constructor Summary | |
---|---|
DocumentedMBean(T impl,
java.lang.Class<T> mbeanInterface)
|
Method Summary | |
---|---|
protected java.lang.String |
getDescription(javax.management.MBeanAttributeInfo info)
|
protected java.lang.String |
getDescription(javax.management.MBeanInfo info)
|
protected java.lang.String |
getDescription(javax.management.MBeanOperationInfo op)
|
protected int |
getImpact(javax.management.MBeanOperationInfo info)
|
Methods inherited from class javax.management.StandardMBean |
---|
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, setAttribute, setAttributes, setImplementation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentedMBean(T impl, java.lang.Class<T> mbeanInterface) throws javax.management.NotCompliantMBeanException
javax.management.NotCompliantMBeanException
Method Detail |
---|
protected java.lang.String getDescription(javax.management.MBeanInfo info)
getDescription
in class javax.management.StandardMBean
protected java.lang.String getDescription(javax.management.MBeanOperationInfo op)
getDescription
in class javax.management.StandardMBean
protected java.lang.String getDescription(javax.management.MBeanAttributeInfo info)
getDescription
in class javax.management.StandardMBean
protected int getImpact(javax.management.MBeanOperationInfo info)
getImpact
in class javax.management.StandardMBean
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |