Modifier and Type | Interface and Description |
---|---|
interface |
ListenerRegistration<T extends EventListener>
Class representing a
Registration of an EventListener . |
interface |
ObjectRegistration<T>
Class representing a registration of an object.
|
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.
|
Constructor and Description |
---|
CompositeObjectRegistration(T instance,
Collection<? extends Registration> registrations)
Deprecated.
|
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.