- java.lang.Object
-
- org.apache.axis2.util.threadpool.DefaultThreadFactory
-
- All Implemented Interfaces:
- java.util.concurrent.ThreadFactory
public class DefaultThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
This is a simple ThreadFactory implementation using java.util.concurrent
Creates threads with the given name prefix
-
-
Constructor Summary
Constructors
| Constructor and Description |
DefaultThreadFactory(java.lang.ThreadGroup group,
java.lang.String namePrefix) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.lang.Thread |
newThread(java.lang.Runnable runnable) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.