Class InterfaceAddWorkerOnElanInterface

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

    public class InterfaceAddWorkerOnElanInterface
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
    • 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 toString()  
      • Methods inherited from class java.lang.Object

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

      • InterfaceAddWorkerOnElanInterface

        public InterfaceAddWorkerOnElanInterface​(java.lang.String key,
                                                 ElanInterface elanInterface,
                                                 org.opendaylight.genius.interfacemanager.globals.InterfaceInfo interfaceInfo,
                                                 ElanInstance elanInstance,
                                                 boolean isFirstInterfaceInDpn,
                                                 ElanInterfaceManager dataChangeListener)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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>>>