Class GMSThreadFactory
- java.lang.Object
-
- com.sun.enterprise.ee.cms.impl.base.GMSThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public class GMSThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryEnable thread configuration of GMS threads in thread pools.
-
-
Constructor Summary
Constructors Constructor Description GMSThreadFactory(java.lang.String threadPrefixName)GMSThreadFactory(java.lang.String threadPrefixName, boolean isDaemon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable run)
-