Class DisAssociateHwvtepFromElanJob

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

    public class DisAssociateHwvtepFromElanJob
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
    Created by ekvsver on 4/15/2016.
    • Constructor Summary

      Constructors 
      Constructor Description
      DisAssociateHwvtepFromElanJob​(ElanL2GatewayUtils elanL2GatewayUtils, ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils, @Nullable L2GatewayDevice l2GatewayDevice, java.lang.String elanName, org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices l2Device, java.lang.Integer defaultVlan, java.lang.String nodeId, boolean isLastL2GwConnDeleted)  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisAssociateHwvtepFromElanJob

        public DisAssociateHwvtepFromElanJob​(ElanL2GatewayUtils elanL2GatewayUtils,
                                             ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils,
                                             @Nullable L2GatewayDevice l2GatewayDevice,
                                             java.lang.String elanName,
                                             org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices l2Device,
                                             java.lang.Integer defaultVlan,
                                             java.lang.String nodeId,
                                             boolean isLastL2GwConnDeleted)
    • 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 interface java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>