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