| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.dom.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMDataBroker
Data Broker which provides data transaction and data change listener functionality
using
NormalizedNode data format. |
interface |
DOMDataTreeService
Deprecated.
Use
DOMDataTreeService instead. |
interface |
DOMDataTreeShardingService
Deprecated.
Use
DOMDataTreeShardingService instead. |
interface |
DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>>
Marker interface for services which can support
DOMServiceExtension. |
interface |
DOMNotificationPublishService
A
DOMService which allows its user to send DOMNotifications. |
interface |
DOMNotificationService
A
DOMService which allows its users to subscribe to receive
DOMNotifications. |
interface |
DOMRpcProviderService
A
DOMService which allows registration of RPC implementations with a conceptual router. |
interface |
DOMRpcService
A
DOMService which allows clients to invoke RPCs. |
| Modifier and Type | Method and Description |
|---|---|
<T extends DOMService> |
DOMMountPointService.DOMMountPointBuilder.addService(Class<T> type,
T impl) |
<T extends DOMService> |
DOMMountPoint.getService(Class<T> cls) |
Copyright © 2018 OpenDaylight. All rights reserved.