Class InterfaceRemoveWorkerOnElanInterface

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

    public class InterfaceRemoveWorkerOnElanInterface
    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

      • InterfaceRemoveWorkerOnElanInterface

        public InterfaceRemoveWorkerOnElanInterface​(java.lang.String interfaceName,
                                                    ElanInstance elanInfo,
                                                    org.opendaylight.genius.interfacemanager.globals.InterfaceInfo interfaceInfo,
                                                    ElanInterfaceManager dataChangeListener,
                                                    boolean isLastElanInterface)
    • 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>>>