Class ExecutorServiceProvider

  • Direct Known Subclasses:
    BaseContainer

    public abstract class ExecutorServiceProvider
    extends java.lang.Object
    Author:
    Stepan Kopriva
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.concurrent.ExecutorService getExecutorService()
      Get the ExecutorService.
      abstract java.util.concurrent.ScheduledExecutorService getScheduledExecutorService()
      Get the ScheduledExecutorService.
      • Methods inherited from class java.lang.Object

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

      • ExecutorServiceProvider

        public ExecutorServiceProvider()
    • Method Detail

      • getExecutorService

        public abstract java.util.concurrent.ExecutorService getExecutorService()
        Get the ExecutorService.
        Returns:
        executor service.
      • getScheduledExecutorService

        public abstract java.util.concurrent.ScheduledExecutorService getScheduledExecutorService()
        Get the ScheduledExecutorService.
        Returns:
        scheduled executor service.