Class TunnelMonitorIntervalListener

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

    @Singleton
    public class TunnelMonitorIntervalListener
    extends org.opendaylight.serviceutils.tools.mdsal.listener.AbstractSyncDataTreeChangeListener<TunnelMonitorInterval>
    • Method Summary

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

        onDataTreeChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TunnelMonitorIntervalListener

        @Inject
        public TunnelMonitorIntervalListener​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                             org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator,
                                             DirectTunnelUtils directTunnelUtils,
                                             DpnTepStateCache dpnTepStateCache,
                                             OvsBridgeRefEntryCache ovsBridgeRefEntryCache,
                                             IInterfaceManager interfaceManager)
    • Method Detail

      • addBeforeListener

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

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

        @PostConstruct
        public void register()
      • getDataBroker

        protected org.opendaylight.controller.md.sal.binding.api.DataBroker getDataBroker()
      • getDataStoreMetrics

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

        @PreDestroy
        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • 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.controller.md.sal.binding.api.DataTreeModification<T>> arg0,
                                              org.opendaylight.serviceutils.tools.mdsal.listener.DataStoreMetrics arg1)
        Deprecated.