Class InterVpnLinkRemoverTask

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

    public class InterVpnLinkRemoverTask
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>>>
    • Constructor Summary

      Constructors 
      Constructor Description
      InterVpnLinkRemoverTask​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> interVpnLinkPath)  
    • 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()  
      • Methods inherited from class java.lang.Object

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

      • InterVpnLinkRemoverTask

        public InterVpnLinkRemoverTask​(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                       org.opendaylight.yangtools.yang.binding.InstanceIdentifier<InterVpnLink> interVpnLinkPath)
    • Method Detail

      • 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>>>