Class AssociateHwvtepToElanJob
- java.lang.Object
- 
- org.opendaylight.netvirt.elan.l2gw.jobs.AssociateHwvtepToElanJob
 
- 
- All Implemented Interfaces:
- java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
 
 public class AssociateHwvtepToElanJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>Created by ekvsver on 4/15/2016.
- 
- 
Constructor SummaryConstructors Constructor Description AssociateHwvtepToElanJob(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ElanL2GatewayUtils elanL2GatewayUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, ElanL2GatewayBcGroupUtils elanL2GatewayBcGroupUtils, L2GatewayDevice l2GatewayDevice, ElanInstance elanInstance, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices l2Device, java.lang.Integer defaultVlan)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<?>>call()java.lang.StringgetJobKey()
 
- 
- 
- 
Constructor Detail- 
AssociateHwvtepToElanJobpublic AssociateHwvtepToElanJob(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ElanL2GatewayUtils elanL2GatewayUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, ElanL2GatewayBcGroupUtils elanL2GatewayBcGroupUtils, L2GatewayDevice l2GatewayDevice, ElanInstance elanInstance, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices l2Device, java.lang.Integer defaultVlan)
 
- 
 - 
Method Detail- 
getJobKeypublic java.lang.String getJobKey() 
 - 
callpublic java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> call() throws java.lang.Exception- Specified by:
- callin interface- java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
- Throws:
- java.lang.Exception
 
 
- 
 
-