Class 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>
    • 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
    • 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
      • 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