Constructor and Description |
---|
MdsalLowLevelTestProvider(RpcProviderRegistry rpcRegistry,
DOMRpcProviderService domRpcService,
org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonService,
org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer bindingNormalizedNodeSerializer,
NotificationPublishService notificationPublishService,
NotificationService notificationService,
DOMDataBroker domDataBroker,
org.opendaylight.mdsal.dom.api.DOMDataTreeService domDataTreeService,
DistributedShardFactory distributedShardFactory,
DistributedDataStoreInterface configDataStore,
ActorSystemProvider actorSystemProvider) |
Modifier and Type | Method and Description |
---|---|
static DOMRpcImplementationRegistration<RoutedGetConstantService> |
RoutedGetConstantService.registerNew(org.opendaylight.mdsal.binding.dom.codec.api.BindingNormalizedNodeSerializer codec,
DOMRpcProviderService rpcProviderService,
String constant,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> context) |
static org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceRegistration |
SingletonGetConstantService.registerNew(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonService,
DOMRpcProviderService rpcProviderService,
String constant) |
static DOMRpcImplementationRegistration<GetConstantService> |
GetConstantService.registerNew(DOMRpcProviderService rpcProviderService,
String constant) |
Constructor and Description |
---|
BindingDOMRpcProviderServiceAdapter(DOMRpcProviderService domRpcRegistry,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Class and Description |
---|---|
class |
DOMRpcRouter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMRpcProviderService
Convenience abstract base class for
DOMRpcProviderService implementations. |
class |
ForwardingDOMRpcProviderService
Utility class which implements
DOMRpcProviderService by forwarding
requests to a backing instance. |
Modifier and Type | Method and Description |
---|---|
protected abstract DOMRpcProviderService |
ForwardingDOMRpcProviderService.delegate() |
Copyright © 2019 OpenDaylight. All rights reserved.