public final class ShutdownModule extends AbstractShutdownModule
secretJmxAttribute
dependencyResolver, identifier
Constructor and Description |
---|
ShutdownModule(ModuleIdentifier identifier,
org.osgi.framework.Bundle systemBundle) |
ShutdownModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver)
Deprecated.
|
ShutdownModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver,
ShutdownModule oldModule,
AutoCloseable oldInstance)
Deprecated.
|
ShutdownModule(ModuleIdentifier identifier,
ShutdownModule oldModule,
AutoCloseable oldInstance,
org.osgi.framework.Bundle systemBundle) |
Modifier and Type | Method and Description |
---|---|
AutoCloseable |
createInstance()
Create instance.
|
protected void |
customValidation() |
canReuseInstance, equals, getLogger, getRootRuntimeBeanRegistratorWrapper, getSecret, hashCode, isSame, resolveDependencies, reuseInstance, setRuntimeBeanRegistrator, setSecret, validate
canReuse, getIdentifier, getInstance, setCanReuseInstance
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
canReuse, getInstance
public ShutdownModule(ModuleIdentifier identifier, org.osgi.framework.Bundle systemBundle)
public ShutdownModule(ModuleIdentifier identifier, ShutdownModule oldModule, AutoCloseable oldInstance, org.osgi.framework.Bundle systemBundle)
@Deprecated public ShutdownModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver, ShutdownModule oldModule, AutoCloseable oldInstance)
@Deprecated public ShutdownModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver)
protected void customValidation()
customValidation
in class AbstractShutdownModule
public AutoCloseable createInstance()
AbstractModule
createInstance
in class AbstractModule<AbstractShutdownModule>
Copyright © 2019 OpenDaylight. All rights reserved.