| Package | Description |
|---|---|
| org.opendaylight.controller.config.api | |
| org.opendaylight.controller.config.spi |
| Modifier and Type | Method and Description |
|---|---|
DependencyResolver |
DependencyResolverFactory.createDependencyResolver(ModuleIdentifier moduleIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BaseIdentity> |
IdentityAttributeRef.resolveIdentity(DependencyResolver resolver,
Class<T> baseIdentity) |
<T extends BaseIdentity> |
IdentityAttributeRef.validateIdentity(DependencyResolver resolver,
Class<T> baseIdentity,
JmxAttribute jmxAttribute) |
| Modifier and Type | Field and Description |
|---|---|
protected DependencyResolver |
AbstractModule.dependencyResolver |
| 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.
|
| Constructor and Description |
|---|
AbstractModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver)
Called when module is configured.
|
AbstractModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver,
M oldModule,
AutoCloseable oldInstance)
Called when module is reconfigured.
|
Copyright © 2017 OpenDaylight. All rights reserved.