Project Wonder 5.0

er.extensions.concurrency
Class ERXTaskThreadFactory

java.lang.Object
  extended by er.extensions.concurrency.ERXTaskThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

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

This is the custom ThreadFactory subclass that creates instances of ERXTaskThread and which is used by ERXTaskThreadPoolExecutor instances that are returned by ERXExecutorService

A user does not generally need to instantiate this class. This class is generally used by ExecutorService instances that are created by ERXExecutorService static utility methods.

See Also:
ERXTaskThreadPoolExecutor, ERXExecutorService, ERXTaskThread
Author:
kieran

Constructor Summary
ERXTaskThreadFactory()
           
 
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
 

Constructor Detail

ERXTaskThreadFactory

public ERXTaskThreadFactory()
Method Detail

newThread

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

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.