Interface | Description |
---|---|
ActionProviderService | Deprecated
Use
ActionProviderService instead |
ActionService | Deprecated
Use
ActionService instead |
BindingService |
Marker interface for MD-SAL services which are available for users of MD-SAL.
|
BindingTransactionChain |
A chain of transactions.
|
ClusteredDataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject> |
ClusteredDataTreeChangeListener is a marker interface to enable data tree change notifications on all
instances in a cluster where this listener is registered.
|
DataBroker | Deprecated
Use
DataBroker instead |
DataObjectModification<T extends org.opendaylight.yangtools.yang.binding.DataObject> |
Represents a modification of DataObject.
|
DataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject> |
Interface implemented by classes interested in receiving notifications about
data tree changes.
|
DataTreeChangeService |
A
BindingService which allows users to register for changes to a
subtree. |
DataTreeModification<T extends org.opendaylight.yangtools.yang.binding.DataObject> |
Represent root of modification.
|
MountPoint | |
MountPointService | Deprecated
Use
MountPointService instead |
MountPointService.MountPointListener | |
NotificationPublishService | Deprecated
Use
NotificationPublishService instead |
NotificationService | Deprecated
Use
NotificationService instead |
ReadOnlyTransaction |
A transaction that provides a stateful read-only view of the data tree.
|
ReadTransaction |
A transaction that provides read access to a logical data store.
|
ReadWriteTransaction |
A transaction that enables combined read/write capabilities.
|
TransactionFactory | |
WriteTransaction |
A transaction that provides mutation capabilities on a data tree.
|
Class | Description |
---|---|
DataTreeIdentifier<T extends org.opendaylight.yangtools.yang.binding.DataObject> |
A unique identifier for a particular subtree.
|
ForwardingDataBroker |
Utility
DataBroker implementation which forwards all interface method
invocation to a delegate instance. |
ForwardingReadOnlyTransaction |
Utility
ReadOnlyTransaction implementation which forwards all interface method
invocation to a delegate instance. |
ForwardingReadWriteTransaction |
Utility
ReadWriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
ForwardingWriteTransaction |
Utility
WriteTransaction implementation which forwards all interface method
invocation to a delegate instance. |
Enum | Description |
---|---|
DataObjectModification.ModificationType |
Exception | Description |
---|---|
NotificationRejectedException |
This exception indicates that given notification can not be processed by corresponding mechanism.
|
Copyright © 2019 OpenDaylight. All rights reserved.