Class ThreadPool


  • @ThreadSafe
    public final class ThreadPool
    extends java.lang.Object
    An object that models the <thread-pool> element.
    • Method Detail

      • 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 java.util.List<RunFromPool> getRunFromPools()
      • getSendToPool

        public java.lang.String getSendToPool()
      • getTtl

        public int getTtl()