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

public class AnnotatedStandardMBean extends StandardMBean
The extension of StandardMBean that will automatically provide JMX metadata through annotations.
See Also:
  • Constructor Details

    • AnnotatedStandardMBean

      public AnnotatedStandardMBean(T implementation, Class<T> mbeanInterface)
      Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
      See Also: