Class AnnotatedStandardMBean
- java.lang.Object
-
- javax.management.StandardMBean
-
- org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
-
- All Implemented Interfaces:
javax.management.DynamicMBean
,javax.management.MBeanRegistration
- Direct Known Subclasses:
AbstractCacheStats
,BlobGC
,BlobStoreStats
,IndexerMBeanImpl
,LuceneIndexMBeanImpl
,RepositoryStats
public class AnnotatedStandardMBean extends javax.management.StandardMBean
The extension ofStandardMBean
that will automatically provide JMX metadata through annotations.- See Also:
MBeanInfo
,Description
,Name
,Impact
-
-
Constructor Summary
Constructors Constructor Description AnnotatedStandardMBean(T implementation, java.lang.Class<T> mbeanInterface)
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
-