Class GlassfishDomain.ThreadPool

java.lang.Object
com.priint.pubserver.appserver.GlassfishDomain.ThreadPool
All Implemented Interfaces:
Serializable
Enclosing class:
GlassfishDomain

public static class GlassfishDomain.ThreadPool extends Object implements Serializable
The type Thread pool.
See Also:
  • Field Details

    • maxQueueSize

      protected Integer maxQueueSize
      The Max queue size.
    • maxThreadPoolSize

      protected Integer maxThreadPoolSize
      The Max thread pool size.
    • name

      protected String name
      The Name.
  • Constructor Details

    • ThreadPool

      public ThreadPool()
      Instantiates a new Thread pool.
    • ThreadPool

      public ThreadPool(String name)
      Instantiates a new Thread pool.
      Parameters:
      name - the name