C E G O R
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in interface org.opendaylight.controller.messagebus.spi.EventSourceRegistration
E
- EventSource - Interface in org.opendaylight.controller.messagebus.spi
-
Event source is a node in topology which is able to produce notifications.
- EventSourceRegistration<T extends EventSource> - Interface in org.opendaylight.controller.messagebus.spi
-
Instance of EventSourceRegistration is returned by
registerEventSource(EventSource)and it is used to unregister EventSource. - EventSourceRegistry - Interface in org.opendaylight.controller.messagebus.spi
-
EventSourceRegistry is used to register
EventSource.
G
- getAvailableNotifications() - Method in interface org.opendaylight.controller.messagebus.spi.EventSource
-
List the types of notifications which source can produce.
- getSourceNodeKey() - Method in interface org.opendaylight.controller.messagebus.spi.EventSource
-
Identifier of node associated with event source.
O
- org.opendaylight.controller.messagebus.spi - package org.opendaylight.controller.messagebus.spi
R
- registerEventSource(T) - Method in interface org.opendaylight.controller.messagebus.spi.EventSourceRegistry
-
Registers the given EventSource for public consumption.
All Classes All Packages