- DefaultDOMRpcException - Exception in org.opendaylight.controller.md.sal.dom.api
-
Default implementation of DOMRpcException.
- DefaultDOMRpcException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DefaultDOMRpcException
-
- delete(LogicalDatastoreType, YangInstanceIdentifier) - Method in interface org.opendaylight.controller.md.sal.dom.api.DOMDataWriteTransaction
-
- DOMActionProviderService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMActionService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMDataBroker - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMDataBrokerExtension - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMDataReadOnlyTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMDataReadTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
-
A transaction that provides read access to a logical data store.
- DOMDataReadWriteTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMDataTreeChangeListener - Interface in org.opendaylight.controller.md.sal.dom.api
-
Interface implemented by classes interested in receiving notifications about
data tree changes.
- DOMDataTreeChangeService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMDataTreeCommitCohortRegistry - Interface in org.opendaylight.controller.md.sal.dom.api
-
Interface for a DOM commit cohort registry.
- DOMDataTreeIdentifier - Class in org.opendaylight.controller.md.sal.dom.api
-
A unique identifier for a particular subtree.
- DOMDataTreeIdentifier(LogicalDatastoreType, YangInstanceIdentifier) - Constructor for class org.opendaylight.controller.md.sal.dom.api.DOMDataTreeIdentifier
-
- DOMDataWriteTransaction - Interface in org.opendaylight.controller.md.sal.dom.api
-
A transaction that provides mutation capabilities on a data tree.
- DOMEvent - Interface in org.opendaylight.controller.md.sal.dom.api
-
Generic event interface.
- DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMMountPoint - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMMountPointService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMMountPointService.DOMMountPointBuilder - Interface in org.opendaylight.controller.md.sal.dom.api
-
Deprecated.
- DOMNotification - Interface in org.opendaylight.controller.md.sal.dom.api
-
A single YANG notification.
- DOMNotificationListener - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMNotificationPublishService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMNotificationRejectedException - Exception in org.opendaylight.controller.md.sal.dom.api
-
This exception indicates that given notification can not be processed by corresponding mechanism.
- DOMNotificationRejectedException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMNotificationRejectedException
-
- DOMNotificationRejectedException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMNotificationRejectedException
-
- DOMNotificationService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMRpcAvailabilityListener - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMRpcException - Exception in org.opendaylight.controller.md.sal.dom.api
-
Base class for failures that can occur during RPC invocation.
- DOMRpcException(String) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcException
-
Construct an new instance with a message and an empty cause.
- DOMRpcException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcException
-
Construct an new instance with a message and a cause.
- DOMRpcIdentifier - Class in org.opendaylight.controller.md.sal.dom.api
-
Identifier of a RPC context.
- DOMRpcImplementation - Interface in org.opendaylight.controller.md.sal.dom.api
-
Interface implemented by an individual RPC implementation.
- DOMRpcImplementationNotAvailableException - Exception in org.opendaylight.controller.md.sal.dom.api
-
Exception indicating that no implementation of the requested RPC service is available.
- DOMRpcImplementationNotAvailableException(String, Object...) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException
-
- DOMRpcImplementationNotAvailableException(Throwable, String, Object...) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException
-
- DOMRpcImplementationNotAvailableException(String, Throwable) - Constructor for exception org.opendaylight.controller.md.sal.dom.api.DOMRpcImplementationNotAvailableException
-
- DOMRpcImplementationRegistration<T extends DOMRpcImplementation> - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMRpcProviderService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMRpcResult - Interface in org.opendaylight.controller.md.sal.dom.api
-
Interface defining a result of an RPC call.
- DOMRpcService - Interface in org.opendaylight.controller.md.sal.dom.api
-
- DOMService - Interface in org.opendaylight.controller.md.sal.dom.api
-
Marker interface for services which can be obtained from a
DOMMountPoint instance.
- DOMServiceExtension<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> - Interface in org.opendaylight.controller.md.sal.dom.api
-
Marker interface for services which expose additional functionality on top
of some base
DOMService.
- DOMTransactionChain - Interface in org.opendaylight.controller.md.sal.dom.api
-
A chain of DOM Data transactions.