public class BgpConfigurationManager.NeighborsReactor extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor> implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Neighbors>
| Constructor and Description |
|---|
NeighborsReactor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid,
Neighbors val) |
protected BgpConfigurationManager.NeighborsReactor |
getDataTreeChangeListener() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> |
getWildCardPath() |
protected void |
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid,
Neighbors val) |
protected void |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid,
Neighbors oldval,
Neighbors newval) |
addAfterListener, addBeforeListener, close, deregisterListener, init, onDataTreeChanged, registerListenerprotected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors val)
add in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>protected BgpConfigurationManager.NeighborsReactor getDataTreeChangeListener()
getDataTreeChangeListener in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> getWildCardPath()
getWildCardPath in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors val)
remove in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>protected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors oldval, Neighbors newval)
update in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>Copyright © 2019 OpenDaylight. All rights reserved.