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