Class BgpConfigurationManager.NeighborsReactor
- java.lang.Object
-
- org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>
-
- org.opendaylight.netvirt.bgpmanager.BgpConfigurationManager.NeighborsReactor
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.util.EventListener,org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Neighbors>,org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<Neighbors>,org.opendaylight.serviceutils.tools.mdsal.listener.ChainableDataTreeChangeListener<Neighbors>
- Enclosing class:
- BgpConfigurationManager
public class BgpConfigurationManager.NeighborsReactor extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor> implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Neighbors>
-
-
Constructor Summary
Constructors Constructor Description NeighborsReactor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadd(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors val)protected BgpConfigurationManager.NeighborsReactorgetDataTreeChangeListener()protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors>getWildCardPath()protected voidremove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors val)protected voidupdate(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors oldval, Neighbors newval)-
Methods inherited from class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase
addAfterListener, addBeforeListener, close, deregisterListener, init, onDataTreeChanged, registerListener
-
-
-
-
Method Detail
-
add
protected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors val)
- Specified by:
addin classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>
-
getDataTreeChangeListener
protected BgpConfigurationManager.NeighborsReactor getDataTreeChangeListener()
- Specified by:
getDataTreeChangeListenerin classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>
-
getWildCardPath
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> getWildCardPath()
- Specified by:
getWildCardPathin classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>
-
remove
protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors val)
- Specified by:
removein classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>
-
update
protected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Neighbors> iid, Neighbors oldval, Neighbors newval)
- Specified by:
updatein classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Neighbors,BgpConfigurationManager.NeighborsReactor>
-
-