Class AddL2GwDevicesToTransportZoneJob

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>

    public class AddL2GwDevicesToTransportZoneJob
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
    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<java.lang.Void>> call()  
      java.lang.String getJobKey()
      Gets the job key.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 service
        transportZone - the transport zone
    • 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<java.lang.Void>> call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object