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
,EventListener
,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
Constructors Constructor Description AbstractNodeConnectorCommitter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T>
getWildCardPath()
Method return wildCardPath for Listener registration and for identify the correct KeyInstanceIdentifier from data.void
onDataTreeChanged(Collection<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
-
-
-
-
Method Detail
-
onDataTreeChanged
public void onDataTreeChanged(Collection<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
protected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> getWildCardPath()
Method return wildCardPath for Listener registration and for identify the correct KeyInstanceIdentifier from data.
-
-