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 SummaryConstructors Constructor Description AbstractNodeConnectorCommitter()
 - 
Method SummaryAll 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.voidonDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListeneronInitialData
 - 
Methods inherited from interface org.opendaylight.openflowplugin.applications.frm.FlowCapableNodeConnectorCommitteradd, remove, update
 
- 
 
- 
- 
- 
Method Detail- 
onDataTreeChangedpublic void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes) - Specified by:
- onDataTreeChangedin interface- org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
 
 - 
getWildCardPathprotected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> getWildCardPath() Method return wildCardPath for Listener registration and for identify the correct KeyInstanceIdentifier from data.
 
- 
 
-