Uses of Interface
org.opendaylight.yangtools.concepts.Registration
Packages that use Registration
Package
Description
Concepts used widely across OpenDaylight code base.
-
Uses of Registration in org.opendaylight.yangtools.concepts
Subinterfaces of Registration in org.opendaylight.yangtools.conceptsModifier and TypeInterfaceDescriptioninterface
ListenerRegistration<T extends EventListener>
Deprecated, for removal: This API element is subject to removal in a future version.interface
Class representing a registration of an object.Classes in org.opendaylight.yangtools.concepts that implement RegistrationModifier and TypeClassDescriptionclass
AbstractListenerRegistration<T extends EventListener>
Deprecated, for removal: This API element is subject to removal in a future version.class
Utility registration handle.class
Utility registration handle.final class
NoOpListenerRegistration<T extends EventListener>
Deprecated, for removal: This API element is subject to removal in a future version.UseNoOpObjectRegistration
insteadclass
Implementation ofObjectRegistration
which does nothing in itsNoOpObjectRegistration.close()
method. -
Uses of Registration in org.opendaylight.yangtools.yang.model.repo.spi
Methods in org.opendaylight.yangtools.yang.model.repo.spi that return RegistrationModifier and TypeMethodDescriptionprotected final Registration
AbstractSchemaSourceCache.register
(SourceIdentifier sourceId) Register the presence of a cached schema source with the consumer.<T extends SourceRepresentation>
RegistrationAbstractSchemaRepository.registerSchemaSource
(SchemaSourceProvider<? super T> provider, PotentialSchemaSource<T> source) <T extends SourceRepresentation>
RegistrationSchemaSourceRegistry.registerSchemaSource
(SchemaSourceProvider<? super T> provider, PotentialSchemaSource<T> source) Register a new schema source which is potentially available from a provider.AbstractSchemaRepository.registerSchemaSourceListener
(SchemaSourceListener listener) SchemaSourceRegistry.registerSchemaSourceListener
(SchemaSourceListener listener) Register a schema source listener. -
Uses of Registration in org.opendaylight.yangtools.yang.parser.repo
Methods in org.opendaylight.yangtools.yang.parser.repo that return RegistrationModifier and TypeMethodDescription@NonNull Registration
YangTextSchemaContextResolver.registerSource
(@NonNull URL url) Register a URL containing a YANG text.@NonNull Registration
YangTextSchemaContextResolver.registerSource
(@NonNull YangTextSource source) Register aYangTextSource
.@NonNull Registration
YangTextSchemaContextResolver.registerSupportedFeatures
(QNameModule module, Set<String> features) Register aQNameModule
as a known module namespace with a set of supported features.
ObjectRegistration
instead