Class GlassfishDomain.ThreadPool

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    GlassfishDomain

    public static class GlassfishDomain.ThreadPool
    extends java.lang.Object
    implements java.io.Serializable
    The type Thread pool.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer maxQueueSize
      The Max queue size.
      protected java.lang.Integer maxThreadPoolSize
      The Max thread pool size.
      protected java.lang.String name
      The Name.
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadPool()
      Instantiates a new Thread pool.
      ThreadPool​(java.lang.String name)
      Instantiates a new Thread pool.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • maxQueueSize

        protected java.lang.Integer maxQueueSize
        The Max queue size.
      • maxThreadPoolSize

        protected java.lang.Integer maxThreadPoolSize
        The Max thread pool size.
      • name

        protected java.lang.String name
        The Name.
    • Constructor Detail

      • ThreadPool

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

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