Class MBeanRegistryFeature.Default
- java.lang.Object
-
- ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature.Default
-
- All Implemented Interfaces:
MBeanRegistryFeature
- Direct Known Subclasses:
MBeanRegistryFeature.WithShutdown
- Enclosing interface:
- MBeanRegistryFeature
@Feature public static class MBeanRegistryFeature.Default extends java.lang.Object implements MBeanRegistryFeature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature
MBeanRegistryFeature.Configuration, MBeanRegistryFeature.Default, MBeanRegistryFeature.WithShutdown
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MBeanRegistryFeature.Configurationconfiguration()DefaultMBeanRegistrymbeanRegistry()protected voidpostCreate(DefaultMBeanRegistry.Handle registryHandle)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature
registryMBeanServer
-
-
-
-
Method Detail
-
configuration
protected MBeanRegistryFeature.Configuration configuration()
-
mbeanRegistry
@Provision(shared=true) public DefaultMBeanRegistry mbeanRegistry()
- Specified by:
mbeanRegistryin interfaceMBeanRegistryFeature
-
postCreate
protected void postCreate(DefaultMBeanRegistry.Handle registryHandle)
-
-