Interface | Description |
---|---|
ClusteredDOMDataChangeListener |
ClusteredDOMDataChangeListener is a marker interface to enable data change notifications on all instances in a cluster,
where this listener is registered.
|
ClusteredDOMDataTreeChangeListener |
ClusteredDOMDataTreeChangeListener is a marker interface to enable data tree change notifications on all
instances in a cluster where this listener is registered.
|
DOMDataBroker |
Data Broker which provides data transaction and data change listener functionality
using
NormalizedNode data format. |
DOMDataBrokerExtension |
Type capture of a
DOMServiceExtension applicable to DOMDataBroker
implementations. |
DOMDataChangeListener | Deprecated |
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.
|
DOMDataTreeListener | Deprecated
Use
DOMDataTreeListener instead. |
DOMDataTreeProducer | Deprecated
Use
DOMDataTreeProducer instead. |
DOMDataTreeProducerFactory | Deprecated
Use
DOMDataTreeProducerFactory instead. |
DOMDataTreeService | Deprecated
Use
DOMDataTreeService instead. |
DOMDataTreeShard | Deprecated
Use
DOMDataTreeShard instead. |
DOMDataTreeShardingService | Deprecated
Use
DOMDataTreeShardingService instead. |
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 | |
DOMMountPointService.DOMMountPointBuilder | |
DOMNotification |
A single YANG notification.
|
DOMNotificationListener |
Interface implemented by listeners interested in
DOMNotification s. |
DOMNotificationPublishService |
A
DOMService which allows its user to send DOMNotification s. |
DOMNotificationService |
A
DOMService which allows its users to subscribe to receive
DOMNotification s. |
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 |
A
DOMService which allows registration of RPC implementations with a conceptual router. |
DOMRpcResult |
Interface defining a result of an RPC call.
|
DOMRpcService |
A
DOMService which allows clients to invoke RPCs. |
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 |
---|---|
DOMDataTreeInaccessibleException | Deprecated
Use
DOMDataTreeInaccessibleException instead. |
DOMDataTreeListeningException | Deprecated
Use
DOMDataTreeListeningException instead. |
DOMDataTreeLoopException | Deprecated
Use
DOMDataTreeLoopException instead. |
DOMDataTreeProducerBusyException | Deprecated
Use
DOMDataTreeProducerBusyException instead. |
DOMDataTreeProducerException | Deprecated
Use
DOMDataTreeProducerException instead. |
DOMDataTreeShardingConflictException | Deprecated
Use
DOMDataTreeShardingConflictException instead. |
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.