Class NatRouterInterfaceListener

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

    @Singleton
    public class NatRouterInterfaceListener
    extends org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase<Interfaces,​NatRouterInterfaceListener>
    • 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
      NatRouterInterfaceListener​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService interfaceManager, org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager, NaptManager naptManager, NeutronvpnService neutronvpnService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void add​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Interfaces> identifier, Interfaces interfaceInfo)  
      protected NatRouterInterfaceListener getDataTreeChangeListener()  
      protected org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Interfaces> getWildCardPath()  
      void init()  
      protected void remove​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Interfaces> identifier, Interfaces interfaceInfo)  
      protected void update​(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Interfaces> identifier, Interfaces original, Interfaces update)  
      • 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
    • Constructor Detail

      • NatRouterInterfaceListener

        @Inject
        public NatRouterInterfaceListener​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                          org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService interfaceManager,
                                          org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager mdsalManager,
                                          NaptManager naptManager,
                                          NeutronvpnService neutronvpnService)