Class ExecutorGroup


  • public class ExecutorGroup
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutorGroup()  
      ExecutorGroup​(int corePoolSize, int maximumPoolSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.Executor getExecutor()  
      org.osgi.util.promise.PromiseFactory getPromiseFactory()  
      java.util.concurrent.ScheduledExecutorService getScheduledExecutor()  
      • Methods inherited from class java.lang.Object

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

      • ExecutorGroup

        public ExecutorGroup()
      • ExecutorGroup

        public ExecutorGroup​(int corePoolSize,
                             int maximumPoolSize)
    • Method Detail

      • getExecutor

        public java.util.concurrent.Executor getExecutor()
      • getScheduledExecutor

        public java.util.concurrent.ScheduledExecutorService getScheduledExecutor()
      • getPromiseFactory

        public org.osgi.util.promise.PromiseFactory getPromiseFactory()