public abstract class AbstractNodeConnectorCommitter<T extends org.opendaylight.yangtools.yang.binding.DataObject> extends Object implements FlowCapableNodeConnectorCommitter<T>
Constructor and Description |
---|
AbstractNodeConnectorCommitter() |
Modifier and Type | Method and 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.controller.md.sal.binding.api.DataTreeModification<T>> changes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, remove, update
close
public void onDataTreeChanged(Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<T>> changes)
onDataTreeChanged
in interface org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
protected abstract org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> getWildCardPath()
Copyright © 2019 OpenDaylight. All rights reserved.