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