Class BgpConfigurationManager.VrfsReactor
- java.lang.Object
-
- org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Vrfs,BgpConfigurationManager.VrfsReactor>
-
- org.opendaylight.netvirt.bgpmanager.BgpConfigurationManager.VrfsReactor
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.util.EventListener
,org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Vrfs>
,org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<Vrfs>
,org.opendaylight.serviceutils.tools.mdsal.listener.ChainableDataTreeChangeListener<Vrfs>
- Enclosing class:
- BgpConfigurationManager
public class BgpConfigurationManager.VrfsReactor extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Vrfs,BgpConfigurationManager.VrfsReactor> implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Vrfs>
-
-
Constructor Summary
Constructors Constructor Description VrfsReactor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Vrfs> iid, Vrfs vrfs)
protected BgpConfigurationManager.VrfsReactor
getDataTreeChangeListener()
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Vrfs>
getWildCardPath()
protected void
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Vrfs> iid, Vrfs val)
protected void
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Vrfs> iid, Vrfs oldval, Vrfs 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<Vrfs> iid, Vrfs vrfs)
- Specified by:
add
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Vrfs,BgpConfigurationManager.VrfsReactor>
-
getDataTreeChangeListener
protected BgpConfigurationManager.VrfsReactor getDataTreeChangeListener()
- Specified by:
getDataTreeChangeListener
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Vrfs,BgpConfigurationManager.VrfsReactor>
-
getWildCardPath
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Vrfs> getWildCardPath()
- Specified by:
getWildCardPath
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Vrfs,BgpConfigurationManager.VrfsReactor>
-
remove
protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Vrfs> iid, Vrfs val)
- Specified by:
remove
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Vrfs,BgpConfigurationManager.VrfsReactor>
-
update
protected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Vrfs> iid, Vrfs oldval, Vrfs newval)
- Specified by:
update
in classorg.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Vrfs,BgpConfigurationManager.VrfsReactor>
-
-