Class BgpConfigurationManager.BgpReactor

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.EventListener, org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Bgp>, org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<Bgp>, org.opendaylight.serviceutils.tools.mdsal.listener.ChainableDataTreeChangeListener<Bgp>
    Enclosing class:
    BgpConfigurationManager

    public class BgpConfigurationManager.BgpReactor
    extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Bgp,​BgpConfigurationManager.BgpReactor>
    implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Bgp>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase

        org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase.DataTreeChangeHandler
    • Field Summary

      • Fields inherited from class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase

        clazz
    • Constructor Summary

      Constructors 
      Constructor Description
      BgpReactor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase

        addAfterListener, addBeforeListener, close, deregisterListener, init, onDataTreeChanged, registerListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener

        onDataTreeChanged
    • Constructor Detail

      • BgpReactor

        public BgpReactor()
    • Method Detail

      • add

        protected void add​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> iid,
                           Bgp val)
        Specified by:
        add in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Bgp,​BgpConfigurationManager.BgpReactor>
      • getWildCardPath

        protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> getWildCardPath()
        Specified by:
        getWildCardPath in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Bgp,​BgpConfigurationManager.BgpReactor>
      • remove

        protected void remove​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> iid,
                              Bgp val)
        Specified by:
        remove in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Bgp,​BgpConfigurationManager.BgpReactor>
      • update

        protected void update​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> iid,
                              Bgp oldval,
                              Bgp newval)
        Specified by:
        update in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Bgp,​BgpConfigurationManager.BgpReactor>