| Interface | Description |
|---|---|
| ClusteredDOMDataTreeChangeListener |
ClusteredDOMDataTreeChangeListener is a marker interface to enable data tree change notifications on all
instances in a cluster where this listener is registered.
|
| DOMActionProviderService | Deprecated
Use
DOMActionProviderService instead |
| DOMActionService | Deprecated
Use
DOMActionService instead |
| DOMDataBroker | Deprecated
Use
DOMDataBroker instead |
| DOMDataBrokerExtension |
Type capture of a
DOMServiceExtension applicable to DOMDataBroker
implementations. |
| DOMDataReadOnlyTransaction | |
| DOMDataReadTransaction |
A transaction that provides read access to a logical data store.
|
| DOMDataReadWriteTransaction | |
| DOMDataTreeChangeListener |
Interface implemented by classes interested in receiving notifications about
data tree changes.
|
| DOMDataTreeChangeService |
A
DOMServiceExtension which allows users to register for changes to a
subtree. |
| DOMDataTreeCommitCohortRegistry |
Interface for a DOM commit cohort registry.
|
| DOMDataWriteTransaction |
A transaction that provides mutation capabilities on a data tree.
|
| DOMEvent |
Generic event interface.
|
| DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> |
Marker interface for services which can support
DOMServiceExtension. |
| DOMMountPoint | |
| DOMMountPointService | Deprecated
Use
DOMMountPointService instead |
| DOMMountPointService.DOMMountPointBuilder | |
| DOMNotification |
A single YANG notification.
|
| DOMNotificationListener |
Interface implemented by listeners interested in
DOMNotifications. |
| DOMNotificationPublishService | Deprecated
Use
DOMNotificationPublishService instead |
| DOMNotificationService | Deprecated
Use
DOMNotificationService instead |
| DOMRpcAvailabilityListener |
An
EventListener used to track RPC implementations becoming (un)available a DOMRpcService. |
| DOMRpcImplementation |
Interface implemented by an individual RPC implementation.
|
| DOMRpcImplementationRegistration<T extends DOMRpcImplementation> |
A registration of a
DOMRpcImplementation. |
| DOMRpcProviderService | Deprecated
Use
DOMRpcProviderService instead |
| DOMRpcResult |
Interface defining a result of an RPC call.
|
| DOMRpcService | Deprecated
Use
DOMRpcService instead |
| DOMService |
Marker interface for services which can be obtained from a
DOMMountPoint instance. |
| DOMServiceExtension<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> |
Marker interface for services which expose additional functionality on top
of some base
DOMService. |
| DOMTransactionChain |
A chain of DOM Data transactions.
|
| Class | Description |
|---|---|
| DOMDataTreeIdentifier |
A unique identifier for a particular subtree.
|
| DOMRpcIdentifier |
Identifier of a RPC context.
|
| Exception | Description |
|---|---|
| DefaultDOMRpcException |
Default implementation of DOMRpcException.
|
| DOMNotificationRejectedException |
This exception indicates that given notification can not be processed by corresponding mechanism.
|
| DOMRpcException |
Base class for failures that can occur during RPC invocation.
|
| DOMRpcImplementationNotAvailableException |
Exception indicating that no implementation of the requested RPC service is available.
|
Copyright © 2019 OpenDaylight. All rights reserved.