public abstract class AbstractEventBusModule extends org.opendaylight.controller.config.spi.AbstractModule<AbstractEventBusModule> implements EventBusModuleMXBean, org.opendaylight.controller.config.yang.threadpool.EventBusServiceInterface, org.opendaylight.controller.config.api.RuntimeBeanRegistratorAwareModule
| Constructor and Description |
|---|
AbstractEventBusModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
AbstractEventBusModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractEventBusModule oldModule,
AutoCloseable oldInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReuseInstance(AbstractEventBusModule oldModule) |
protected void |
customValidation() |
boolean |
equals(Object o) |
org.slf4j.Logger |
getLogger() |
EventBusRuntimeRegistrator |
getRootRuntimeBeanRegistratorWrapper() |
int |
hashCode() |
boolean |
isSame(AbstractEventBusModule other) |
protected void |
resolveDependencies() |
AutoCloseable |
reuseInstance(AutoCloseable oldInstance) |
void |
setRuntimeBeanRegistrator(org.opendaylight.controller.config.api.runtime.RootRuntimeBeanRegistrator rootRuntimeRegistrator) |
void |
validate() |
canReuse, createInstance, getIdentifier, getInstanceclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic AbstractEventBusModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public AbstractEventBusModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
AbstractEventBusModule oldModule,
AutoCloseable oldInstance)
public EventBusRuntimeRegistrator 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<AbstractEventBusModule>public boolean canReuseInstance(AbstractEventBusModule oldModule)
canReuseInstance in class org.opendaylight.controller.config.spi.AbstractModule<AbstractEventBusModule>public AutoCloseable reuseInstance(AutoCloseable oldInstance)
reuseInstance in class org.opendaylight.controller.config.spi.AbstractModule<AbstractEventBusModule>public boolean isSame(AbstractEventBusModule other)
public org.slf4j.Logger getLogger()
Copyright © 2016 OpenDaylight. All rights reserved.