Class GaiaSkyExecutorService

java.lang.Object
gaiasky.util.ds.GaiaSkyExecutorService

public class GaiaSkyExecutorService extends Object
Executor service of Gaia Sky, backed by a ThreadPoolExecutor
  • Constructor Details

    • GaiaSkyExecutorService

      public GaiaSkyExecutorService()
  • Method Details

    • initialize

      public void initialize()
    • execute

      public boolean execute(Runnable r)
    • getPool

      public ThreadPoolExecutor getPool()
    • inQueue

      public boolean inQueue(Runnable task)
    • shutDownThreadPool

      public void shutDownThreadPool()