public abstract class AbstractShutdownModule extends org.opendaylight.controller.config.spi.AbstractModule<AbstractShutdownModule> implements ShutdownModuleMXBean, org.opendaylight.controller.config.yang.shutdown.ShutdownServiceServiceInterface, org.opendaylight.controller.config.api.RuntimeBeanRegistratorAwareModule
| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.controller.config.api.JmxAttribute |
secretJmxAttribute |
| Constructor and Description |
|---|
AbstractShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
AbstractShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractShutdownModule oldModule,
AutoCloseable oldInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReuseInstance(AbstractShutdownModule oldModule) |
protected void |
customValidation() |
boolean |
equals(Object o) |
org.slf4j.Logger |
getLogger() |
ShutdownRuntimeRegistrator |
getRootRuntimeBeanRegistratorWrapper() |
String |
getSecret() |
int |
hashCode() |
boolean |
isSame(AbstractShutdownModule other) |
protected void |
resolveDependencies() |
AutoCloseable |
reuseInstance(AutoCloseable oldInstance) |
void |
setRuntimeBeanRegistrator(org.opendaylight.controller.config.api.runtime.RootRuntimeBeanRegistrator rootRuntimeRegistrator) |
void |
setSecret(String secret) |
void |
validate() |
canReuse, createInstance, getIdentifier, getInstanceclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic static final org.opendaylight.controller.config.api.JmxAttribute secretJmxAttribute
public AbstractShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public AbstractShutdownModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractShutdownModule oldModule,
AutoCloseable oldInstance)
public ShutdownRuntimeRegistrator getRootRuntimeBeanRegistratorWrapper()
public void setRuntimeBeanRegistrator(org.opendaylight.controller.config.api.runtime.RootRuntimeBeanRegistrator rootRuntimeRegistrator)
setRuntimeBeanRegistrator in interface org.opendaylight.controller.config.api.RuntimeBeanRegistratorAwareModulepublic void validate()
validate in interface org.opendaylight.controller.config.spi.Moduleprotected void customValidation()
protected final void resolveDependencies()
resolveDependencies in class org.opendaylight.controller.config.spi.AbstractModule<AbstractShutdownModule>public boolean canReuseInstance(AbstractShutdownModule oldModule)
canReuseInstance in class org.opendaylight.controller.config.spi.AbstractModule<AbstractShutdownModule>public AutoCloseable reuseInstance(AutoCloseable oldInstance)
reuseInstance in class org.opendaylight.controller.config.spi.AbstractModule<AbstractShutdownModule>public boolean isSame(AbstractShutdownModule other)
public String getSecret()
getSecret in interface ShutdownModuleMXBeanpublic void setSecret(String secret)
setSecret in interface ShutdownModuleMXBeanpublic org.slf4j.Logger getLogger()
Copyright © 2015. All Rights Reserved.