Uses of Interface
org.opendaylight.yangtools.concepts.ObjectRegistration
-
-
Uses of ObjectRegistration in org.opendaylight.yangtools.concepts
Subinterfaces of ObjectRegistration in org.opendaylight.yangtools.concepts Modifier and Type Interface Description interface
ListenerRegistration<T extends EventListener>
Class representing aRegistration
of anEventListener
.Classes in org.opendaylight.yangtools.concepts that implement ObjectRegistration Modifier and Type Class Description class
AbstractListenerRegistration<T extends EventListener>
class
AbstractObjectRegistration<T>
Utility registration handle.class
NoOpListenerRegistration<T extends EventListener>
Implementation ofListenerRegistration
which does nothing in itsNoOpObjectRegistration.close()
method.class
NoOpObjectRegistration<T>
Implementation ofObjectRegistration
which does nothing in itsNoOpObjectRegistration.close()
method.Methods in org.opendaylight.yangtools.concepts that return ObjectRegistration Modifier and Type Method Description static <T> ObjectRegistration<T>
NoOpObjectRegistration. of(T instance)
-
Uses of ObjectRegistration in org.opendaylight.yangtools.util
Methods in org.opendaylight.yangtools.util that return ObjectRegistration Modifier and Type Method Description <O extends T>
ObjectRegistration<O>ObjectRegistry. register(O object)
Methods in org.opendaylight.yangtools.util that return types with arguments of type ObjectRegistration Modifier and Type Method Description Set<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.spi Modifier and Type Interface Description interface
SchemaListenerRegistration
Registration of a SchemaSourceListener.interface
SchemaSourceRegistration<T extends SchemaSourceRepresentation>
Registration of a schema source. -
Uses of ObjectRegistration in org.opendaylight.yangtools.yang.model.repo.util
Classes in org.opendaylight.yangtools.yang.model.repo.util that implement ObjectRegistration Modifier and Type Class Description class
AbstractSchemaListenerRegistration
class
AbstractSchemaSourceRegistration<T extends SchemaSourceRepresentation>
-
Uses of ObjectRegistration in org.opendaylight.yangtools.yang.parser.repo
Subinterfaces of ObjectRegistration in org.opendaylight.yangtools.yang.parser.repo Modifier and Type Interface Description interface
YangTextSchemaSourceRegistration
Classes in org.opendaylight.yangtools.yang.parser.repo that implement ObjectRegistration Modifier and Type Class Description class
AbstractYangTextSchemaSourceRegistration
-