Class WorkerThreadFactory
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.transport.utils.WorkerThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class WorkerThreadFactory extends Object implements ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description WorkerThreadFactory(String name)
-
-
-
Constructor Detail
-
WorkerThreadFactory
public WorkerThreadFactory(String name)
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
-