Class ItmTepsNotHostedRemoveWorker

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

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

      Constructors 
      Constructor Description
      ItmTepsNotHostedRemoveWorker​(java.lang.String tzName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress tepIpAddress, org.opendaylight.yangtools.yang.common.Uint64 dpnId, org.opendaylight.mdsal.binding.api.DataBroker broker, org.opendaylight.mdsal.binding.util.ManagedNewTransactionRunner txRunner)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<? extends com.google.common.util.concurrent.ListenableFuture<?>> call()  
      • Methods inherited from class java.lang.Object

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

      • ItmTepsNotHostedRemoveWorker

        public ItmTepsNotHostedRemoveWorker​(java.lang.String tzName,
                                            org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress tepIpAddress,
                                            org.opendaylight.yangtools.yang.common.Uint64 dpnId,
                                            org.opendaylight.mdsal.binding.api.DataBroker broker,
                                            org.opendaylight.mdsal.binding.util.ManagedNewTransactionRunner txRunner)
    • Method Detail

      • call

        public java.util.List<? extends 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