Modifier and Type | Method and Description |
---|---|
<T extends NotificationListener> |
NotificationService.registerNotificationListener(T listener)
Registers a listener which implements a YANG-generated notification interface derived from
NotificationListener . |
Modifier and Type | Method and Description |
---|---|
<T extends NotificationListener> |
BindingDOMNotificationServiceAdapter.registerNotificationListener(T listener) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationListenerInvoker.invokeNotification(@NonNull NotificationListener impl,
@NonNull org.opendaylight.yangtools.yang.common.QName rpcName,
@Nullable DataContainer input)
Invokes supplied RPC on provided implementation of RPC Service.
|
Modifier and Type | Method and Description |
---|---|
static NotificationListenerInvoker |
NotificationListenerInvoker.from(Class<? extends NotificationListener> type)
Creates RPCServiceInvoker for specified RpcService type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfHardwareListener
Interface for implementing the following YANG notifications defined in module ietf-hardware
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfHardwareStateListener
Interface for implementing the following YANG notifications defined in module ietf-hardware-state
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfYangLibraryListener
Interface for implementing the following YANG notifications defined in module ietf-yang-library
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightTestNotificationListener
Interface for implementing the following YANG notifications defined in module opendaylight-test-notification
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsalBindingTestListener
Interface for implementing the following YANG notifications defined in module opendaylight-mdsal-binding-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
L3UnicastIgpTopologyListener
Interface for implementing the following YANG notifications defined in module l3-unicast-igp-topology
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightBug5524Module1Listener
Interface for implementing the following YANG notifications defined in module opendaylight-bug-5524-module1
|
Copyright © 2019 OpenDaylight. All rights reserved.