de.netseeker.ejoe.concurrent
Class EJThreadFactory

java.lang.Object
  extended by de.netseeker.ejoe.concurrent.EJThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class EJThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory

A ThreadFactory which allows usage of a custom ThreadGroup for the produced threads

Since:
0.3.9.1
Author:
netseeker

Method Summary
 java.lang.Thread newThread(java.lang.Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable r)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory


Copyright © 2005-2007 netseeker. All Rights Reserved.