Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

java.util.concurrent
Interface ForkJoinPool.ForkJoinWorkerThreadFactory

Enclosing class:
ForkJoinPool

public static interface ForkJoinPool.ForkJoinWorkerThreadFactory

Factory for creating new ForkJoinWorkerThreads. A ForkJoinWorkerThreadFactory must be defined and used for ForkJoinWorkerThread subclasses that extend base functionality or initialize threads with different contexts.


Method Summary
Modifier and Type Method and Description
 ForkJoinWorkerThread newThread(ForkJoinPool pool)
          Returns a new worker thread operating in the given pool.
 

Method Detail

newThread

ForkJoinWorkerThread newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.

Parameters:
pool - the pool this thread works in
Throws:
NullPointerException - if the pool is null

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.