Class ThreadPool

java.lang.Object
org.apache.ofbiz.service.config.model.ThreadPool

@ThreadSafe public final class ThreadPool extends Object
An object that models the <thread-pool> element.
  • Field Details

  • Method Details

    • getFailedRetryMin

      public int getFailedRetryMin()
    • getJobs

      public int getJobs()
    • getMaxThreads

      public int getMaxThreads()
    • getMinThreads

      public int getMinThreads()
    • getPollDbMillis

      public int getPollDbMillis()
    • getPollEnabled

      public boolean getPollEnabled()
    • getPurgeJobDays

      public int getPurgeJobDays()
    • getRunFromPools

      public List<RunFromPool> getRunFromPools()
    • getSendToPool

      public String getSendToPool()
    • getTtl

      public int getTtl()