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.UsePlatformMBeanServer, MBeanRegistryFeature.WithShutdownNested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
ShutdownFeature.Parallel, ShutdownFeature.SameThread, ShutdownFeature.WithActuator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpostCreate(DefaultMBeanRegistry.Handle registryHandle) Methods inherited from class ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature.Default
configuration, mbeanRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.raffael.meldioc.library.base.jmx.registry.MBeanRegistryFeature
registryMBeanServerMethods inherited from interface ch.raffael.meldioc.library.base.lifecycle.ShutdownFeature
shutdownController
-
Constructor Details
-
WithShutdown
public WithShutdown()
-
-
Method Details
-
postCreate
- Overrides:
postCreatein classMBeanRegistryFeature.Default
-