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