| Package | Description |
|---|---|
| org.opendaylight.controller.config.api | |
| org.opendaylight.controller.config.api.jmx | |
| org.opendaylight.controller.config.spi |
| Modifier and Type | Method and Description |
|---|---|
DependencyResolver |
DependencyResolverFactory.createDependencyResolver(ModuleIdentifier moduleIdentifier) |
static ValidationException |
ValidationException.createForSingleException(ModuleIdentifier moduleIdentifier,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
static ModuleIdentifier |
ObjectNameUtil.fromON(ObjectName objectName,
String expectedType) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectName |
ObjectNameUtil.createReadOnlyModuleON(ModuleIdentifier moduleIdentifier) |
static ObjectName |
ObjectNameUtil.createTransactionModuleON(String transactionName,
ModuleIdentifier moduleIdentifier) |
| Modifier and Type | Field and Description |
|---|---|
protected ModuleIdentifier |
AbstractModule.identifier |
| Modifier and Type | Method and Description |
|---|---|
ModuleIdentifier |
AbstractModule.getIdentifier() |
| 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.