| Package | Description |
|---|---|
| org.opendaylight.controller.config.api | |
| org.opendaylight.controller.config.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeBeanRegistratorAwareModule
Module implementing this interface will receive
RootRuntimeBeanRegistrator before getInstance() is invoked. |
| Modifier and Type | Method and Description |
|---|---|
Module |
DynamicMBeanWithInstance.getModule()
Get original module that is wrapped with this instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModule<M extends AbstractModule<M>>
Base implementation of Module.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleFactory.createModule(String instanceName,
DependencyResolver dependencyResolver,
org.osgi.framework.BundleContext bundleContext)
Create a new Module instance.
|
Module |
ModuleFactory.createModule(String instanceName,
DependencyResolver dependencyResolver,
DynamicMBeanWithInstance old,
org.osgi.framework.BundleContext bundleContext)
Create a new Module instance.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Module> |
ModuleFactory.getDefaultModules(DependencyResolverFactory dependencyResolverFactory,
org.osgi.framework.BundleContext bundleContext)
Called when ModuleFactory is registered to config manager.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Module.canReuse(Module oldModule)
Compare current module with oldModule and if the instance/live object
produced by the old module can be reused in this module as well return true.
|
boolean |
AbstractModule.canReuse(Module oldModule) |
Copyright © 2017 OpenDaylight. All rights reserved.