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 ofStandardMBeanthat will automatically provide JMX metadata through annotations.- See Also:
MBeanInfo,Description,Name,Impact
-
-
Constructor Summary
Constructors Constructor Description AnnotatedStandardMBean(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 Detail
-
AnnotatedStandardMBean
public AnnotatedStandardMBean(T implementation, Class<T> mbeanInterface)Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.- See Also:
StandardMBean(Object, Class)
-
-