Interface SnatServiceManager
-
- All Known Implementing Classes:
SnatServiceManagerImpl
public interface SnatServiceManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SnatServiceManager.Action
-
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
-
-