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 SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<?>>call()voidcancel()java.lang.StringgetJobKey()
 
- 
- 
- 
Constructor Detail- 
DeleteLogicalSwitchJobpublic 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- 
cancelpublic void cancel() 
 - 
getJobKeypublic java.lang.String getJobKey() 
 - 
callpublic java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> call() - Specified by:
- callin interface- java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
 
 
- 
 
-