Class LogicalSwitchAddedJob
- java.lang.Object
-
- org.opendaylight.netvirt.elan.l2gw.jobs.LogicalSwitchAddedJob
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
public class LogicalSwitchAddedJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
The Class LogicalSwitchAddedWorker.
-
-
Constructor Summary
Constructors Constructor Description LogicalSwitchAddedJob(ElanL2GatewayUtils elanL2GatewayUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, java.lang.String logicalSwitchName, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices physicalDevice, L2GatewayDevice l2GatewayDevice, java.lang.Integer defaultVlanId, ElanRefUtil elanRefUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
-
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()
java.lang.String
getJobKey()
-
-
-
Constructor Detail
-
LogicalSwitchAddedJob
public LogicalSwitchAddedJob(ElanL2GatewayUtils elanL2GatewayUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, java.lang.String logicalSwitchName, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices physicalDevice, L2GatewayDevice l2GatewayDevice, java.lang.Integer defaultVlanId, ElanRefUtil elanRefUtil, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
-
-
Method Detail
-
getJobKey
public java.lang.String getJobKey()
-
call
public java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
-
-