Interface SnatServiceManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void notify​(org.opendaylight.genius.infra.TypedReadWriteTransaction<org.opendaylight.genius.infra.Datastore.Configuration> confTx, Routers router, @Nullable Routers oldRouter, org.opendaylight.yangtools.yang.common.Uint64 primarySwitchId, @Nullable org.opendaylight.yangtools.yang.common.Uint64 dpnId, SnatServiceManager.Action action)  
    • Method Detail

      • notify

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