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