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. |
DefaultDOMRpcResult |
Utility class implementing
DefaultDOMRpcResult . |
ForwardingDOMDataBroker |
Utility
DOMDataBroker implementation which forwards all interface
method invocation to a delegate instance. |
ForwardingDOMDataReadOnlyTransaction |
Utility
DOMDataReadOnlyTransaction implementation which forwards all interface
method invocation to a delegate instance. |
ForwardingDOMDataReadWriteTransaction |
Utility
DOMDataReadWriteTransaction implementation which forwards all interface
method invocation to a delegate instance. |
ForwardingDOMDataWriteTransaction |
Utility
DOMDataWriteTransaction 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. |
Copyright © 2019 OpenDaylight. All rights reserved.