public abstract class AbstractBGPDispatcherImplModule extends org.opendaylight.controller.config.spi.AbstractModule<AbstractBGPDispatcherImplModule> implements BGPDispatcherImplModuleMXBean, BGPDispatcherServiceInterface
Constructor and Description |
---|
AbstractBGPDispatcherImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
AbstractBGPDispatcherImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractBGPDispatcherImplModule oldModule,
AutoCloseable oldInstance) |
Modifier and Type | Method and Description |
---|---|
boolean |
canReuseInstance(AbstractBGPDispatcherImplModule oldModule) |
protected void |
customValidation() |
boolean |
equals(Object o) |
org.slf4j.Logger |
getLogger() |
int |
hashCode() |
boolean |
isSame(AbstractBGPDispatcherImplModule other) |
protected void |
resolveDependencies() |
AutoCloseable |
reuseInstance(AutoCloseable oldInstance) |
void |
validate() |
public AbstractBGPDispatcherImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public AbstractBGPDispatcherImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, AbstractBGPDispatcherImplModule oldModule, AutoCloseable oldInstance)
public void validate()
validate
in interface org.opendaylight.controller.config.spi.Module
protected void customValidation()
protected final void resolveDependencies()
resolveDependencies
in class org.opendaylight.controller.config.spi.AbstractModule<AbstractBGPDispatcherImplModule>
public boolean canReuseInstance(AbstractBGPDispatcherImplModule oldModule)
canReuseInstance
in class org.opendaylight.controller.config.spi.AbstractModule<AbstractBGPDispatcherImplModule>
public AutoCloseable reuseInstance(AutoCloseable oldInstance)
reuseInstance
in class org.opendaylight.controller.config.spi.AbstractModule<AbstractBGPDispatcherImplModule>
public boolean isSame(AbstractBGPDispatcherImplModule other)
public org.slf4j.Logger getLogger()
Copyright © 2018 OpenDaylight. All rights reserved.