Class AnnotatedStandardMBean
java.lang.Object
javax.management.StandardMBean
org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration
- Direct Known Subclasses:
AbstractCacheStats,BlobGC,BlobStoreStats,IndexerMBeanImpl,LuceneIndexMBeanImpl,RepositoryStats
The extension of
StandardMBean that will automatically provide JMX
metadata through annotations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedStandardMBean(T implementation, Class<T> mbeanInterface) Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class. -
Method Summary
Methods inherited from class javax.management.StandardMBean
getAttribute, getAttributes, getImplementation, getImplementationClass, getMBeanInfo, getMBeanInterface, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
-
Constructor Details
-
AnnotatedStandardMBean
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.- See Also:
-