A E H I O R 
All Classes All Packages

A

addNotificationListener(DeviceId, RestconfNotificationEventListener) - Method in interface org.onosproject.protocol.restconf.RestConfSBController
Registers a listener for notification events that occur to restconf devices.

E

enableNotifications(DeviceId, String, String, RestconfNotificationEventListener) - Method in interface org.onosproject.protocol.restconf.RestConfSBController
This method is to be called by whoever is interested to receive Notifications from a specific device.

H

handleNotificationEvent(DeviceId, T) - Method in interface org.onosproject.protocol.restconf.RestconfNotificationEventListener
Handles the notification event.

I

isNotificationEnabled(DeviceId) - Method in interface org.onosproject.protocol.restconf.RestConfSBController
Returns true if a listener has been installed to listen to RESTCONF notifications sent from a particular device.

O

org.onosproject.protocol.restconf - package org.onosproject.protocol.restconf
RESTCONF southbound protocols libraries.

R

removeNotificationListener(DeviceId, RestconfNotificationEventListener) - Method in interface org.onosproject.protocol.restconf.RestConfSBController
Unregisters the listener for the device.
RestconfNotificationEventListener<T> - Interface in org.onosproject.protocol.restconf
Notifies providers about incoming RESTCONF notification events.
RestConfSBController - Interface in org.onosproject.protocol.restconf
Abstraction of a RESTCONF controller.
A E H I O R 
All Classes All Packages