Class AddL2GwDevicesToTransportZoneJob
- java.lang.Object
-
- org.opendaylight.netvirt.elan.l2gw.jobs.AddL2GwDevicesToTransportZoneJob
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
public class AddL2GwDevicesToTransportZoneJob extends java.lang.Object implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
The Class AddL2GwDevicesToTransportZoneJob.
-
-
Constructor Summary
Constructors Constructor Description AddL2GwDevicesToTransportZoneJob(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.ItmRpcService itmRpcService, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rev160406.transport.zones.TransportZone transportZone, L2GatewayCache l2GatewayCache)
Instantiates a new adds the l2 gw devices to transport zone job.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.google.common.util.concurrent.ListenableFuture<?>>
call()
java.lang.String
getJobKey()
Gets the job key.java.lang.String
toString()
-
-
-
Constructor Detail
-
AddL2GwDevicesToTransportZoneJob
public AddL2GwDevicesToTransportZoneJob(org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.ItmRpcService itmRpcService, org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rev160406.transport.zones.TransportZone transportZone, L2GatewayCache l2GatewayCache)
Instantiates a new adds the l2 gw devices to transport zone job.- Parameters:
itmRpcService
- the itm rpc servicetransportZone
- the transport zonel2GatewayCache
- the l2gateway cache
-
-
Method Detail
-
getJobKey
public java.lang.String getJobKey()
Gets the job key.- Returns:
- the job key
-
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<?>>>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-