| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeConfigElement> |
RpcFacade.OperationExecution.getAttributes() |
| Constructor and Description |
|---|
RpcFacade.OperationExecution(ObjectName on,
String name,
Map<String,AttributeConfigElement> attributes,
org.opendaylight.controller.config.yangjmxgenerator.attribute.AttributeIfc returnType,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeConfigElement |
AttributeConfigElement.create(Object nullableDefault,
Object value) |
static AttributeConfigElement |
AttributeConfigElement.create(String nullableDefault,
Object value,
EditStrategyType editStrategyType) |
static AttributeConfigElement |
AttributeConfigElement.createNullValue(Object nullableDefault) |
AttributeConfigElement |
AttributeReadingStrategy.readElement(List<org.opendaylight.controller.config.util.xml.XmlElement> element) |
AttributeConfigElement |
AbstractAttributeReadingStrategy.readElement(List<org.opendaylight.controller.config.util.xml.XmlElement> configNodes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeConfigElement> |
InstanceConfigElementResolved.getConfiguration() |
| Constructor and Description |
|---|
InstanceConfigElementResolved(Map<String,AttributeConfigElement> configuration,
EditStrategyType defaultStrategy) |
InstanceConfigElementResolved(String currentStrategy,
Map<String,AttributeConfigElement> configuration,
EditStrategyType defaultStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeConfigElement> |
InstanceRuntimeRpc.fromXml(org.opendaylight.controller.config.util.xml.XmlElement configRootNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditConfigStrategy.executeConfiguration(String module,
String instance,
Map<String,AttributeConfigElement> configuration,
org.opendaylight.controller.config.util.ConfigTransactionClient ta,
ServiceRegistryWrapper services) |
void |
NoneEditConfigStrategy.executeConfiguration(String module,
String instance,
Map<String,AttributeConfigElement> configuration,
org.opendaylight.controller.config.util.ConfigTransactionClient ta,
ServiceRegistryWrapper services) |
void |
AbstractEditConfigStrategy.executeConfiguration(String module,
String instance,
Map<String,AttributeConfigElement> configuration,
org.opendaylight.controller.config.util.ConfigTransactionClient ta,
ServiceRegistryWrapper services) |
Copyright © 2016 OpenDaylight. All rights reserved.