public final class ShutdownModule extends AbstractShutdownModule
secretJmxAttribute| Constructor and Description |
|---|
ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.osgi.framework.Bundle systemBundle) |
ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
Deprecated.
|
ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
ShutdownModule oldModule,
AutoCloseable oldInstance)
Deprecated.
|
ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
ShutdownModule oldModule,
AutoCloseable oldInstance,
org.osgi.framework.Bundle systemBundle) |
| Modifier and Type | Method and Description |
|---|---|
AutoCloseable |
createInstance() |
protected void |
customValidation() |
canReuseInstance, equals, getLogger, getRootRuntimeBeanRegistratorWrapper, getSecret, hashCode, isSame, resolveDependencies, reuseInstance, setRuntimeBeanRegistrator, setSecret, validatecanReuse, getIdentifier, getInstanceclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.osgi.framework.Bundle systemBundle)
public ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
ShutdownModule oldModule,
AutoCloseable oldInstance,
org.osgi.framework.Bundle systemBundle)
@Deprecated public ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, ShutdownModule oldModule, AutoCloseable oldInstance)
@Deprecated public ShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
protected void customValidation()
customValidation in class AbstractShutdownModulepublic AutoCloseable createInstance()
createInstance in class org.opendaylight.controller.config.spi.AbstractModule<AbstractShutdownModule>Copyright © 2015. All Rights Reserved.