Class MBeanRegistryFeature.WithShutdown
- java.lang.Object
-
- ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature.Default
-
- ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature.WithShutdown
-
- All Implemented Interfaces:
MBeanRegistryFeature,@DependsOn ShutdownFeature
- Enclosing interface:
- MBeanRegistryFeature
@Feature public abstract static class MBeanRegistryFeature.WithShutdown extends MBeanRegistryFeature.Default implements @DependsOn ShutdownFeature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature
MBeanRegistryFeature.Configuration, MBeanRegistryFeature.Default, MBeanRegistryFeature.WithShutdown
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
ShutdownFeature.Parallel, ShutdownFeature.SameThread, ShutdownFeature.WithActuator
-
-
Constructor Summary
Constructors Constructor Description WithShutdown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpostCreate(DefaultMBeanRegistry.Handle registryHandle)-
Methods inherited from class ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature.Default
configuration, mbeanRegistry
-
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
-
Methods inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
shutdownController
-
-
-
-
Method Detail
-
postCreate
protected void postCreate(DefaultMBeanRegistry.Handle registryHandle)
- Overrides:
postCreatein classMBeanRegistryFeature.Default
-
-