| 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
A
DOMService providing access to the conceptual data tree. |
interface |
DOMDataTreeShardingService
A
DOMService providing access to details on how the conceptual data tree
is distributed among providers (also known as shards). |
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 © 2016 OpenDaylight. All rights reserved.