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