Modifier and Type | Interface and Description |
---|---|
interface |
ListenerRegistration<T extends EventListener>
Class representing a
Registration of an EventListener . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListenerRegistration<T extends EventListener> |
class |
AbstractObjectRegistration<T>
Utility registration handle.
|
class |
NoOpListenerRegistration<T extends EventListener>
Implementation of
ListenerRegistration which does nothing in its NoOpObjectRegistration.close() method. |
class |
NoOpObjectRegistration<T>
Implementation of
ObjectRegistration which does nothing in its NoOpObjectRegistration.close() method. |
Modifier and Type | Method and Description |
---|---|
static <T> ObjectRegistration<T> |
NoOpObjectRegistration.of(T instance) |
Modifier and Type | Method and Description |
---|---|
<O extends T> |
ObjectRegistry.register(O object) |
Modifier and Type | Method and Description |
---|---|
Set<ObjectRegistration<? extends T>> |
ObjectRegistry.getRegistrations() |
Stream<ObjectRegistration<? extends T>> |
ObjectRegistry.streamRegistrations() |
Modifier and Type | Interface and Description |
---|---|
interface |
SchemaListenerRegistration
Registration of a SchemaSourceListener.
|
interface |
SchemaSourceRegistration<T extends SchemaSourceRepresentation>
Registration of a schema source.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaListenerRegistration |
class |
AbstractSchemaSourceRegistration<T extends SchemaSourceRepresentation> |
Modifier and Type | Interface and Description |
---|---|
interface |
YangTextSchemaSourceRegistration |
Modifier and Type | Class and Description |
---|---|
class |
AbstractYangTextSchemaSourceRegistration |
Copyright © 2019 OpenDaylight. All rights reserved.