Package com.priint.pubserver.appserver
Class GlassfishDomain.ThreadPool
- java.lang.Object
-
- com.priint.pubserver.appserver.GlassfishDomain.ThreadPool
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- GlassfishDomain
public static class GlassfishDomain.ThreadPool extends java.lang.Object implements java.io.SerializableThe type Thread pool.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.IntegermaxQueueSizeThe Max queue size.protected java.lang.IntegermaxThreadPoolSizeThe Max thread pool size.protected java.lang.StringnameThe Name.
-
Constructor Summary
Constructors Constructor Description ThreadPool()Instantiates a new Thread pool.ThreadPool(java.lang.String name)Instantiates a new Thread pool.
-