Uses of Interface
org.opendaylight.yangtools.concepts.ObjectRegistration
Packages that use ObjectRegistration
Package
Description
Concepts used widely across OpenDaylight code base.
Various utility classes.
-
Uses of ObjectRegistration in org.opendaylight.yangtools.concepts
Subinterfaces of ObjectRegistration in org.opendaylight.yangtools.conceptsModifier and TypeInterfaceDescriptioninterface
ListenerRegistration<T extends EventListener>
Class representing aRegistration
of anEventListener
.Classes in org.opendaylight.yangtools.concepts that implement ObjectRegistrationModifier and TypeClassDescriptionclass
AbstractListenerRegistration<T extends EventListener>
class
Utility registration handle.final class
NoOpListenerRegistration<T extends EventListener>
Implementation ofListenerRegistration
which does nothing in itsNoOpObjectRegistration.close()
method.class
Implementation ofObjectRegistration
which does nothing in itsNoOpObjectRegistration.close()
method.Methods in org.opendaylight.yangtools.concepts that return ObjectRegistrationModifier and TypeMethodDescriptionstatic <T> ObjectRegistration<T>
NoOpObjectRegistration.of
(T instance) -
Uses of ObjectRegistration in org.opendaylight.yangtools.util
Methods in org.opendaylight.yangtools.util that return ObjectRegistrationModifier and TypeMethodDescription<O extends T>
ObjectRegistration<O>ObjectRegistry.register
(O object) Methods in org.opendaylight.yangtools.util that return types with arguments of type ObjectRegistrationModifier and TypeMethodDescriptionSet<ObjectRegistration<? extends T>>
ObjectRegistry.getRegistrations()
Stream<ObjectRegistration<? extends T>>
ObjectRegistry.streamRegistrations()
-
Uses of ObjectRegistration in org.opendaylight.yangtools.yang.model.repo.spi
Subinterfaces of ObjectRegistration in org.opendaylight.yangtools.yang.model.repo.spiModifier and TypeInterfaceDescriptioninterface
Registration of a SchemaSourceListener.interface
Registration of a schema source.Classes in org.opendaylight.yangtools.yang.model.repo.spi that implement ObjectRegistrationModifier and TypeClassDescriptionclass
class
-
Uses of ObjectRegistration in org.opendaylight.yangtools.yang.parser.repo
Subinterfaces of ObjectRegistration in org.opendaylight.yangtools.yang.parser.repoClasses in org.opendaylight.yangtools.yang.parser.repo that implement ObjectRegistration