Class IpMonitorStartTask
- java.lang.Object
-
- org.opendaylight.netvirt.vpnmanager.iplearn.IpMonitorStartTask
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class IpMonitorStartTask extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
-
-
Constructor Summary
Constructors Constructor Description IpMonitorStartTask(MacEntry macEntry, java.lang.Long profileId, 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
-
IpMonitorStartTask
public IpMonitorStartTask(MacEntry macEntry, java.lang.Long profileId, AlivenessMonitorUtils alivenessMonitorUtils)
-
-