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