Uses of Class
org.opendaylight.mdsal.binding.api.DataTreeLoopException
-
Packages that use DataTreeLoopException Package Description org.opendaylight.mdsal.binding.api org.opendaylight.mdsal.binding.dom.adapter -
-
Uses of DataTreeLoopException in org.opendaylight.mdsal.binding.api
Methods in org.opendaylight.mdsal.binding.api that throw DataTreeLoopException Modifier and Type Method Description <T extends DataTreeListener>
@NonNull ListenerRegistration<T>DataTreeService. registerListener(@NonNull T listener, @NonNull Collection<DataTreeIdentifier<?>> subtrees, boolean allowRxMerges, @NonNull Collection<DataTreeProducer> producers)
Register aDataTreeListener
instance. -
Uses of DataTreeLoopException in org.opendaylight.mdsal.binding.dom.adapter
Methods in org.opendaylight.mdsal.binding.dom.adapter that throw DataTreeLoopException Modifier and Type Method Description <T extends DataTreeListener>
ListenerRegistration<T>BindingDOMDataTreeServiceAdapter. registerListener(T listener, Collection<DataTreeIdentifier<?>> subtrees, boolean allowRxMerges, Collection<DataTreeProducer> producers)
-