Class IpMonitorStopTask
- java.lang.Object
-
- org.opendaylight.netvirt.vpnmanager.iplearn.IpMonitorStopTask
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class IpMonitorStopTask extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
-
-
Constructor Summary
Constructors Constructor Description IpMonitorStopTask(MacEntry macEntry, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, boolean removeMipAdjAndLearntIp, VpnUtil vpnUtil, AlivenessMonitorUtils alivenessMonitorUtils)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>
call()
-
-
-
Constructor Detail
-
IpMonitorStopTask
public IpMonitorStopTask(MacEntry macEntry, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, boolean removeMipAdjAndLearntIp, VpnUtil vpnUtil, AlivenessMonitorUtils alivenessMonitorUtils)
-
-