Class AbstractTask<V>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<V>, Task<V>
    Direct Known Subclasses:
    SVDTask

    public abstract class AbstractTask<V>
    extends java.lang.Object
    implements Task<V>
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V execute()  
      java.util.concurrent.Future<V> executeInBackground()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.concurrent.Callable

        call
    • Constructor Detail

      • AbstractTask

        public AbstractTask()
    • Method Detail

      • executeInBackground

        public final java.util.concurrent.Future<V> executeInBackground()
        Specified by:
        executeInBackground in interface Task<V>
      • execute

        public final V execute()
                        throws java.lang.Exception
        Specified by:
        execute in interface Task<V>
        Throws:
        java.lang.Exception