B C E G I N O R U Y 
All Classes All Packages

B

BaseNetconfNotificationListener - Interface in org.opendaylight.netconf.notifications
Listener for base netconf notifications defined in https://tools.ietf.org/html/rfc6470.
BaseNotificationPublisherRegistration - Interface in org.opendaylight.netconf.notifications
Registration for base notification publisher.

C

close() - Method in interface org.opendaylight.netconf.notifications.NotificationRegistration
Close the registration.

E

EVENT_TIME - Static variable in class org.opendaylight.netconf.notifications.NetconfNotification
 

G

getEventTime() - Method in class org.opendaylight.netconf.notifications.NetconfNotification
Get the time of the event.
getNotificationPublishers() - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationRegistry
Get all the streams available.

I

isStreamAvailable(StreamNameType) - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationRegistry
Check stream availability.

N

NetconfNotification - Class in org.opendaylight.netconf.notifications
Special kind of netconf message that contains a timestamp.
NetconfNotification(Document) - Constructor for class org.opendaylight.netconf.notifications.NetconfNotification
Create new notification and capture the timestamp in the constructor.
NetconfNotification(Document, Date) - Constructor for class org.opendaylight.netconf.notifications.NetconfNotification
Create new notification with provided timestamp.
NetconfNotificationCollector - Interface in org.opendaylight.netconf.notifications
Collector of all notifications.
NetconfNotificationCollector.NetconfNotificationStreamListener - Interface in org.opendaylight.netconf.notifications
Simple listener that receives notifications about changes in stream availability.
NetconfNotificationListener - Interface in org.opendaylight.netconf.notifications
Generic listener for netconf notifications.
NetconfNotificationRegistry - Interface in org.opendaylight.netconf.notifications
 
NOTIFICATION - Static variable in class org.opendaylight.netconf.notifications.NetconfNotification
 
NOTIFICATION_NAMESPACE - Static variable in class org.opendaylight.netconf.notifications.NetconfNotification
 
NotificationListenerRegistration - Interface in org.opendaylight.netconf.notifications
Manages the registration of a single listener.
NotificationPublisherRegistration - Interface in org.opendaylight.netconf.notifications
Registration for notification publisher.
NotificationRegistration - Interface in org.opendaylight.netconf.notifications
Generic registration, used as a base for other registration types.

O

onCapabilityChanged(NetconfCapabilityChange) - Method in interface org.opendaylight.netconf.notifications.BaseNetconfNotificationListener
Callback used to notify about a change in used capabilities.
onNotification(StreamNameType, NetconfNotification) - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationListener
Callback used to notify the listener about any new notification.
onSessionEnded(NetconfSessionEnd) - Method in interface org.opendaylight.netconf.notifications.BaseNetconfNotificationListener
Callback used to notify about netconf session end.
onSessionStarted(NetconfSessionStart) - Method in interface org.opendaylight.netconf.notifications.BaseNetconfNotificationListener
Callback used to notify about netconf session start.
onStreamRegistered(Stream) - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationCollector.NetconfNotificationStreamListener
Stream becomes available in the collector (first publisher is registered).
onStreamUnregistered(StreamNameType) - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationCollector.NetconfNotificationStreamListener
Stream is not available anymore in the collector (last publisher is unregistered).
onYangLibraryChange(YangLibraryChange) - Method in interface org.opendaylight.netconf.notifications.YangLibraryNotificationListener
Deprecated, for removal: This API element is subject to removal in a future version.
ietf-yang-library:yang-library-change was deprecated in the RFC8525. Use YangLibraryNotificationListener.onYangLibraryUpdate(YangLibraryUpdate).
onYangLibraryUpdate(YangLibraryUpdate) - Method in interface org.opendaylight.netconf.notifications.YangLibraryNotificationListener
Callback generated when any YANG library information on the server has changed.
org.opendaylight.netconf.notifications - package org.opendaylight.netconf.notifications
 

R

registerBaseNotificationPublisher() - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationCollector
Register base notification publisher.
registerNotificationListener(StreamNameType, NetconfNotificationListener) - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationRegistry
Add listener for a certain notification type.
registerNotificationPublisher(Stream) - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationCollector
Add notification publisher for a particular stream.
registerStreamListener(NetconfNotificationCollector.NetconfNotificationStreamListener) - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationCollector
Users of the registry have an option to get notification each time new notification stream gets registered This allows for a push model in addition to pull model for retrieving information about available streams.
registerYangLibraryPublisher() - Method in interface org.opendaylight.netconf.notifications.NetconfNotificationCollector
Register yang-library publisher.
RFC3339_DATE_FORMATTER - Static variable in class org.opendaylight.netconf.notifications.NetconfNotification
Provide a String representation of a Date object, using the time-zone offset for UTC, ZoneOffset.UTC.
RFC3339_DATE_PARSER - Static variable in class org.opendaylight.netconf.notifications.NetconfNotification
Parse a String object into a Date using the time-zone offset for UTC, ZoneOffset.UTC, and the system default time-zone, ZoneId.systemDefault().

U

UNKNOWN_EVENT_TIME - Static variable in class org.opendaylight.netconf.notifications.NetconfNotification
Used for unknown/un-parse-able event-times.

Y

YangLibraryNotificationListener - Interface in org.opendaylight.netconf.notifications
Listener for "yang-library-change" notification defined in https://tools.ietf.org/html/rfc8525.
YangLibraryPublisherRegistration - Interface in org.opendaylight.netconf.notifications
Registration for yang-library publisher.
B C E G I N O R U Y 
All Classes All Packages