Class DeleteLogicalSwitchJob
- java.lang.Object
-
- org.opendaylight.netvirt.elan.l2gw.jobs.DeleteLogicalSwitchJob
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class DeleteLogicalSwitchJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
The Class DeleteLogicalSwitchJob.
-
-
Constructor Summary
Constructors Constructor Description DeleteLogicalSwitchJob(org.opendaylight.mdsal.binding.api.DataBroker broker, ElanL2GatewayUtils elanL2GatewayUtils, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId hwvtepNodeId, java.lang.String logicalSwitchName, boolean clearUcast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<?>>
call()
void
cancel()
java.lang.String
getJobKey()
-
-
-
Constructor Detail
-
DeleteLogicalSwitchJob
public DeleteLogicalSwitchJob(org.opendaylight.mdsal.binding.api.DataBroker broker, ElanL2GatewayUtils elanL2GatewayUtils, org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.NodeId hwvtepNodeId, java.lang.String logicalSwitchName, boolean clearUcast)
-
-
Method Detail
-
cancel
public void cancel()
-
getJobKey
public java.lang.String getJobKey()
-
call
public java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
-
-