public class YangNotificationManager extends org.onosproject.event.ListenerRegistry<YangNotificationEvent,YangNotificationListener> implements YangNotificationExtendedService
| Constructor and Description |
|---|
YangNotificationManager(YangSchemaRegistry registry)
Creates an instance of YANG notification manager.
|
| Modifier and Type | Method and Description |
|---|---|
YangNotification |
getFilteredSubject(YangNotification subject,
YangNotification filter)
Protocols have their own mechanism to support notification filtering
or notification subscription.
|
void |
registerAsListener(org.onosproject.event.ListenerService manager)
Registers as listener with application.
|
addListener, onProcessLimit, process, removeListener, reportProblempublic YangNotificationManager(YangSchemaRegistry registry)
registry - YANG schema registrypublic void registerAsListener(org.onosproject.event.ListenerService manager)
YangNotificationExtendedServiceregisterAsListener in interface YangNotificationExtendedServicemanager - application objectpublic YangNotification getFilteredSubject(YangNotification subject, YangNotification filter)
YangNotificationServicegetFilteredSubject in interface YangNotificationServicesubject - YANG notification subject reported by YANG
notification service.filter - Protocols data model specific notification
filter represented in YANG data tree.