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