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 |
CompositeObjectRegistration<T>
Deprecated.
This class does not have good semantics with regard to constituent registrations' lifecycle and should
not be used.
|
Modifier and Type | Method and Description |
---|---|
CompositeObjectRegistration.CompositeObjectRegistrationBuilder<T> |
CompositeObjectRegistration.CompositeObjectRegistrationBuilder.add(ObjectRegistration<? super T> registration) |
CompositeObjectRegistration.CompositeObjectRegistrationBuilder<T> |
CompositeObjectRegistration.CompositeObjectRegistrationBuilder.remove(ObjectRegistration<? super T> registration) |
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 |
URLRegistration
Deprecated.
Replaced by
YangTextSchemaSourceRegistration . |
interface |
YangTextSchemaSourceRegistration |
Modifier and Type | Class and Description |
---|---|
class |
AbstractURLRegistration
Deprecated.
Replaced by
AbstractYangTextSchemaSourceRegistration . |
class |
AbstractYangTextSchemaSourceRegistration |
Copyright © 2017 OpenDaylight. All rights reserved.