Class LogicalSwitchAddedJob

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

    public class LogicalSwitchAddedJob
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
    The Class LogicalSwitchAddedWorker.
    • 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()  
      • Methods inherited from class java.lang.Object

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

      • LogicalSwitchAddedJob

        public LogicalSwitchAddedJob​(ElanL2GatewayUtils elanL2GatewayUtils,
                                     ElanL2GatewayMulticastUtils elanL2GatewayMulticastUtils,
                                     ElanL2GatewayBcGroupUtils elanL2GatewayBcGroupUtils,
                                     java.lang.String logicalSwitchName,
                                     org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.l2gateways.rev150712.l2gateway.attributes.Devices physicalDevice,
                                     L2GatewayDevice l2GatewayDevice,
                                     java.lang.Integer defaultVlanId)
    • Method Detail

      • getJobKey

        public java.lang.String getJobKey()
      • call

        public java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> call()
                                                                                   throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>>>
        Throws:
        java.lang.Exception