Package com.priint.pubserver.appserver
Class GlassfishDomain.ThreadPool
java.lang.Object
com.priint.pubserver.appserver.GlassfishDomain.ThreadPool
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GlassfishDomain
The type Thread pool.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Thread pool.ThreadPool(String name) Instantiates a new Thread pool. -
Method Summary
-
Field Details
-
maxQueueSize
The Max queue size. -
maxThreadPoolSize
The Max thread pool size. -
name
The Name.
-
-
Constructor Details
-
ThreadPool
public ThreadPool()Instantiates a new Thread pool. -
ThreadPool
Instantiates a new Thread pool.- Parameters:
name- the name
-