Class AclElanInterfaceListener

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

    @Singleton
    public class AclElanInterfaceListener
    extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<ElanInterface,​AclElanInterfaceListener>
    implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<ElanInterface>, org.opendaylight.serviceutils.srm.RecoverableListener
    • 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<ElanInterface> key, ElanInterface elanInterface)  
      protected AclElanInterfaceListener getDataTreeChangeListener()  
      protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ElanInterface> getWildCardPath()  
      void init()  
      void registerListener()  
      protected void remove​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ElanInterface> key, ElanInterface dataObjectModification)  
      protected void update​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ElanInterface> key, ElanInterface dataObjectModificationBefore, ElanInterface dataObjectModificationAfter)  
      • Methods inherited from class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase

        addAfterListener, addBeforeListener, close, deregisterListener, 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
      • Methods inherited from interface org.opendaylight.serviceutils.srm.RecoverableListener

        deregisterListener
    • Constructor Detail

      • AclElanInterfaceListener

        @Inject
        public AclElanInterfaceListener​(AclServiceManager aclServiceManager,
                                        AclClusterUtil aclClusterUtil,
                                        org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                        AclInterfaceCache aclInterfaceCache,
                                        org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry)
    • Method Detail

      • registerListener

        public void registerListener()
        Specified by:
        registerListener in interface org.opendaylight.serviceutils.srm.RecoverableListener
      • getWildCardPath

        protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<ElanInterface> getWildCardPath()
        Specified by:
        getWildCardPath in class org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<ElanInterface,​AclElanInterfaceListener>