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