Interface NetconfNotificationRegistry
-
public interface NetconfNotificationRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.StreamsgetNotificationPublishers()Get all the streams available.booleanisStreamAvailable(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType streamNameType)Check stream availability.NotificationListenerRegistrationregisterNotificationListener(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream, NetconfNotificationListener listener)Add listener for a certain notification type.
-
-
-
Method Detail
-
registerNotificationListener
NotificationListenerRegistration registerNotificationListener(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream, NetconfNotificationListener listener)
Add listener for a certain notification type.
-
isStreamAvailable
boolean isStreamAvailable(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType streamNameType)
Check stream availability.
-
getNotificationPublishers
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.Streams getNotificationPublishers()
Get all the streams available.
-
-