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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T>Method return wildCardPath for Listener registration and for identify the correct KeyInstanceIdentifier from data.voidonDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> changes) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.AutoCloseablecloseMethods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListeneronInitialDataMethods inherited from interface org.opendaylight.openflowplugin.applications.frm.FlowCapableNodeConnectorCommitteradd, remove, update
- 
Constructor Details- 
AbstractNodeConnectorCommitterpublic AbstractNodeConnectorCommitter()
 
- 
- 
Method Details- 
onDataTreeChangedpublic void onDataTreeChanged(List<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>
 
- 
getWildCardPathMethod return wildCardPath for Listener registration and for identify the correct KeyInstanceIdentifier from data.
 
-