Class SnatServiceManagerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(org.opendaylight.genius.infra.TypedReadWriteTransaction<org.opendaylight.genius.infra.Datastore.Configuration> confTx, Routers router, Routers oldRouter, org.opendaylight.yangtools.yang.common.Uint64 primarySwitchId, org.opendaylight.yangtools.yang.common.Uint64 dpnId, SnatServiceManager.Action action)  
      • Methods inherited from class java.lang.Object

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

      • notify

        public void notify​(org.opendaylight.genius.infra.TypedReadWriteTransaction<org.opendaylight.genius.infra.Datastore.Configuration> confTx,
                           Routers router,
                           Routers oldRouter,
                           org.opendaylight.yangtools.yang.common.Uint64 primarySwitchId,
                           org.opendaylight.yangtools.yang.common.Uint64 dpnId,
                           SnatServiceManager.Action action)
                    throws java.util.concurrent.ExecutionException,
                           java.lang.InterruptedException
        Specified by:
        notify in interface SnatServiceManager
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException