@Deprecated public class LegacyDOMNotificationServiceAdapter extends com.google.common.collect.ForwardingObject implements DOMNotificationService
| Constructor and Description | 
|---|
| LegacyDOMNotificationServiceAdapter(org.opendaylight.mdsal.dom.api.DOMNotificationService delegate)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.opendaylight.mdsal.dom.api.DOMNotificationService | delegate()Deprecated.  | 
| <T extends DOMNotificationListener> | registerNotificationListener(T listener,
                            Collection<org.opendaylight.yangtools.yang.model.api.SchemaPath> types)Deprecated.  Register a  DOMNotificationListenerto receive a set of notifications. | 
| <T extends DOMNotificationListener> | registerNotificationListener(T listener,
                            org.opendaylight.yangtools.yang.model.api.SchemaPath... types)Deprecated.  Register a  DOMNotificationListenerto receive a set of notifications. | 
public LegacyDOMNotificationServiceAdapter(org.opendaylight.mdsal.dom.api.DOMNotificationService delegate)
public <T extends DOMNotificationListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerNotificationListener(T listener, Collection<org.opendaylight.yangtools.yang.model.api.SchemaPath> types)
DOMNotificationServiceDOMNotificationListener to receive a set of notifications. As with
 other ListenerRegistration-based interfaces, registering an instance multiple times
 results in notifications being delivered for each registration.registerNotificationListener in interface DOMNotificationServicelistener - Notification instance to registertypes - Notification types which should be delivered to the listener. Duplicate
              entries are processed only once, null entries are ignored.ListenerRegistration.close()
         will stop the delivery of notifications to the listenerpublic <T extends DOMNotificationListener> org.opendaylight.yangtools.concepts.ListenerRegistration<T> registerNotificationListener(T listener, org.opendaylight.yangtools.yang.model.api.SchemaPath... types)
DOMNotificationServiceDOMNotificationListener to receive a set of notifications. As with
 other ListenerRegistration-based interfaces, registering an instance multiple times
 results in notifications being delivered for each registration.registerNotificationListener in interface DOMNotificationServicelistener - Notification instance to registertypes - Notification types which should be delivered to the listener. Duplicate
              entries are processed only once, null entries are ignored.ListenerRegistration.close()
         will stop the delivery of notifications to the listenerprotected org.opendaylight.mdsal.dom.api.DOMNotificationService delegate()
delegate in class com.google.common.collect.ForwardingObjectCopyright © 2019 OpenDaylight. All rights reserved.