Interface | Description |
---|---|
DOMNotificationSubscriptionListener |
Listener which is notified when subscriptions changes and
provides set of notification types for which currently
subscriptions are in place.
|
DOMNotificationSubscriptionListenerRegistry |
Registry of
DOMNotificationSubscriptionListener
which listens for changes in notification types. |
Class | Description |
---|---|
AbstractDOMDataTreeChangeListenerRegistration<T extends DOMDataTreeChangeListener> |
Abstract implementation of a ListenerRegistration constrained to subclasses
of
DOMDataTreeChangeListener . |
AbstractDOMRpcImplementationRegistration<T extends DOMRpcImplementation> |
Abstract base class for
DOMRpcImplementationRegistration implementations. |
AbstractDOMRpcProviderService |
Convenience abstract base class for
DOMRpcProviderService implementations. |
AbstractRegistrationTree<T> |
An abstract tree of registrations.
|
DefaultDOMRpcResult |
Utility class implementing
DefaultDOMRpcResult . |
DOMDataTreePrefixTable<V> |
Prefix table indexed by
DOMDataTreeIdentifier . |
DOMDataTreePrefixTableEntry<V> | |
ForwardingDOMDataBroker |
Utility
DOMDataBroker implementation which forwards all interface
method invocation to a delegate instance. |
ForwardingDOMDataReadOnlyTransaction |
Utility
DOMDataTreeReadTransaction implementation which forwards all interface
method invocation to a delegate instance. |
ForwardingDOMDataReadWriteTransaction |
Utility
DOMDataTreeReadWriteTransaction implementation which forwards all interface
method invocation to a delegate instance. |
ForwardingDOMDataWriteTransaction |
Utility
DOMDataTreeWriteTransaction implementation which forwards all interface
method invocation to a delegate instance. |
ForwardingDOMNotificationPublishService |
Utility implementations of
DOMNotificationPublishService which forwards
all requests to a delegate instance. |
ForwardingDOMNotificationService |
Utility implementation of a
DOMNotificationService which forwards all requests
to a delegate instance. |
ForwardingDOMRpcImplementation |
Utility implementation which implements
DOMRpcImplementation by forwarding it to
a backing delegate. |
ForwardingDOMRpcProviderService |
Utility class which implements
DOMRpcProviderService by forwarding
requests to a backing instance. |
ForwardingDOMRpcResult |
Utility class which implements
DOMRpcResult by forwarding all methods
to a backing instance. |
ForwardingDOMRpcService |
Utility
DOMRpcService which forwards all requests to a backing delegate instance. |
ForwardingDOMTransactionChain |
Utility
DOMTransactionChain implementation which forwards all interface
method invocation to a delegate instance. |
RegistrationTreeNode<T> |
This is a single node within the registration tree.
|
RegistrationTreeSnapshot<T> |
A stable read-only snapshot of a
AbstractRegistrationTree . |
RpcRoutingStrategy | |
SimpleDOMActionResult | |
SimpleDOMMountPoint |
Copyright © 2019 OpenDaylight. All rights reserved.