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