Class BonitaTaskExecutor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.concurrent.Future<T> execute​(java.util.concurrent.Callable<T> callable)  
      java.util.concurrent.Future<?> execute​(RunnableWithException runnable)  
      void start()
      Start the service
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • BonitaTaskExecutor

        public BonitaTaskExecutor()
    • Method Detail

      • execute

        public <T> java.util.concurrent.Future<T> execute​(java.util.concurrent.Callable<T> callable)