public class BgpConfigurationManager.UpdateSourceReactor extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<UpdateSource,BgpConfigurationManager.UpdateSourceReactor> implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<UpdateSource>
| Constructor and Description |
|---|
UpdateSourceReactor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> iid,
UpdateSource val) |
protected BgpConfigurationManager.UpdateSourceReactor |
getDataTreeChangeListener() |
protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> |
getWildCardPath() |
protected void |
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> iid,
UpdateSource val) |
protected void |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> iid,
UpdateSource oldval,
UpdateSource newval) |
addAfterListener, addBeforeListener, close, deregisterListener, init, onDataTreeChanged, registerListenerprotected void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> iid, UpdateSource val)
add in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<UpdateSource,BgpConfigurationManager.UpdateSourceReactor>protected BgpConfigurationManager.UpdateSourceReactor getDataTreeChangeListener()
getDataTreeChangeListener in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<UpdateSource,BgpConfigurationManager.UpdateSourceReactor>protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> getWildCardPath()
getWildCardPath in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<UpdateSource,BgpConfigurationManager.UpdateSourceReactor>protected void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> iid, UpdateSource val)
remove in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<UpdateSource,BgpConfigurationManager.UpdateSourceReactor>protected void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<UpdateSource> iid, UpdateSource oldval, UpdateSource newval)
update in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<UpdateSource,BgpConfigurationManager.UpdateSourceReactor>Copyright © 2019 OpenDaylight. All rights reserved.