Class AbstractNodeConnectorCommitter<T extends org.opendaylight.yangtools.yang.binding.DataObject>
java.lang.Object
org.opendaylight.openflowplugin.applications.frm.impl.AbstractNodeConnectorCommitter<T>
- All Implemented Interfaces:
AutoCloseable
,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T>
,FlowCapableNodeConnectorCommitter<T>
- Direct Known Subclasses:
FlowNodeConnectorInventoryTranslatorImpl
public abstract class AbstractNodeConnectorCommitter<T extends org.opendaylight.yangtools.yang.binding.DataObject>
extends Object
implements FlowCapableNodeConnectorCommitter<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T>
Method return wildCardPath for Listener registration and for identify the correct KeyInstanceIdentifier from data.void
onDataTreeChanged
(List<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.AutoCloseable
close
Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener
onInitialData
Methods inherited from interface org.opendaylight.openflowplugin.applications.frm.FlowCapableNodeConnectorCommitter
add, remove, update
-
Constructor Details
-
AbstractNodeConnectorCommitter
public AbstractNodeConnectorCommitter()
-
-
Method Details
-
onDataTreeChanged
public void onDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes) - Specified by:
onDataTreeChanged
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
-
getWildCardPath
Method return wildCardPath for Listener registration and for identify the correct KeyInstanceIdentifier from data.
-