| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.dom.api | |
| org.opendaylight.controller.sal.core.api |
Core binding-independent SAL contracts and components
|
| org.opendaylight.controller.sal.core.api.model |
| 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 |
DOMMountPointService |
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. |
interface |
DOMService
Marker interface for services which can be obtained from a
DOMMountPoint
instance. |
| Modifier and Type | Method and Description |
|---|---|
<T extends BrokerService> |
Broker.ConsumerSession.getService(Class<T> service)
Returns a session specific instance (implementation) of requested
service
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchemaService |
Copyright © 2016 OpenDaylight. All rights reserved.