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