Class ElanDpnToTransportZoneListener

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.util.EventListener, org.opendaylight.mdsal.binding.api.DataTreeChangeListener<DpnInterfaces>, org.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<DpnInterfaces>

    @Singleton
    public class ElanDpnToTransportZoneListener
    extends org.opendaylight.serviceutils.tools.listener.AbstractAsyncDataTreeChangeListener<DpnInterfaces>
    • Method Summary

      All Methods Instance Methods Concrete Methods Default Methods Deprecated Methods 
      Modifier and Type Method Description
      void add​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<DpnInterfaces> key, DpnInterfaces dataObjectModification)  
      void add​(T arg0)
      Deprecated.
      void addAfterListener​(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)  
      void addBeforeListener​(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)  
      void close()  
      protected org.opendaylight.mdsal.binding.api.DataBroker getDataBroker()  
      protected org.opendaylight.serviceutils.tools.listener.DataStoreMetrics getDataStoreMetrics()  
      default void onDataTreeChanged​(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> arg0, org.opendaylight.serviceutils.tools.listener.DataStoreMetrics arg1)  
      void register()  
      void remove​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<DpnInterfaces> key, DpnInterfaces dataObjectModification)  
      void remove​(T arg0)
      Deprecated.
      void start()  
      void update​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<DpnInterfaces> key, DpnInterfaces dataObjectModificationBefore, DpnInterfaces dataObjectModificationAfter)  
      void update​(T arg0, T arg1)
      Deprecated.
      • Methods inherited from class org.opendaylight.serviceutils.tools.listener.AbstractAsyncDataTreeChangeListener

        getExecutorService, onDataTreeChanged
      • Methods inherited from class java.lang.Object

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

        onInitialData
    • Method Detail

      • start

        public void start()
      • remove

        public void remove​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<DpnInterfaces> key,
                           DpnInterfaces dataObjectModification)
      • update

        public void update​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<DpnInterfaces> key,
                           DpnInterfaces dataObjectModificationBefore,
                           DpnInterfaces dataObjectModificationAfter)
      • add

        public void add​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<DpnInterfaces> key,
                        DpnInterfaces dataObjectModification)
      • close

        @PreDestroy
        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • addBeforeListener

        public void addBeforeListener​(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)
        Specified by:
        addBeforeListener in interface org.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
      • addAfterListener

        public void addAfterListener​(org.opendaylight.mdsal.binding.api.DataTreeChangeListener<T> arg0)
        Specified by:
        addAfterListener in interface org.opendaylight.serviceutils.tools.listener.ChainableDataTreeChangeListener<T extends org.opendaylight.yangtools.yang.binding.DataObject>
      • register

        @PostConstruct
        public void register()
      • getDataBroker

        protected org.opendaylight.mdsal.binding.api.DataBroker getDataBroker()
      • getDataStoreMetrics

        protected org.opendaylight.serviceutils.tools.listener.DataStoreMetrics getDataStoreMetrics()
      • add

        @Deprecated
        public void add​(T arg0)
        Deprecated.
      • remove

        @Deprecated
        public void remove​(T arg0)
        Deprecated.
      • update

        @Deprecated
        public void update​(T arg0,
                           T arg1)
        Deprecated.
      • onDataTreeChanged

        public default void onDataTreeChanged​(java.util.Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<T>> arg0,
                                              org.opendaylight.serviceutils.tools.listener.DataStoreMetrics arg1)