Package org.h2.jmx
Class DocumentedMBean
java.lang.Object
javax.management.StandardMBean
org.h2.jmx.DocumentedMBean
- All Implemented Interfaces:
DynamicMBean
,MBeanRegistration
An MBean that reads the documentation from a resource file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
getDescription
(MBeanInfo info) protected String
protected int
getImpact
(MBeanOperationInfo info) private Properties
Methods inherited from class javax.management.StandardMBean
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Field Details
-
interfaceName
-
resources
-
-
Constructor Details
-
DocumentedMBean
- Throws:
NotCompliantMBeanException
-
-
Method Details
-
getResources
-
getDescription
- Overrides:
getDescription
in classStandardMBean
-
getDescription
- Overrides:
getDescription
in classStandardMBean
-
getDescription
- Overrides:
getDescription
in classStandardMBean
-
getImpact
- Overrides:
getImpact
in classStandardMBean
-