Uses of Interface
jsr166y.ForkJoinPool.ForkJoinWorkerThreadFactory

Packages that use ForkJoinPool.ForkJoinWorkerThreadFactory
jsr166y Preview versions of classes targeted for Java 7. 
 

Uses of ForkJoinPool.ForkJoinWorkerThreadFactory in jsr166y
 

Fields in jsr166y declared as ForkJoinPool.ForkJoinWorkerThreadFactory
static ForkJoinPool.ForkJoinWorkerThreadFactory ForkJoinPool.defaultForkJoinWorkerThreadFactory
          Creates a new ForkJoinWorkerThread.
 

Methods in jsr166y that return ForkJoinPool.ForkJoinWorkerThreadFactory
 ForkJoinPool.ForkJoinWorkerThreadFactory ForkJoinPool.getFactory()
          Returns the factory used for constructing new workers.
 

Constructors in jsr166y with parameters of type ForkJoinPool.ForkJoinWorkerThreadFactory
ForkJoinPool(int parallelism, ForkJoinPool.ForkJoinWorkerThreadFactory factory, Thread.UncaughtExceptionHandler handler, boolean asyncMode)
          Creates a ForkJoinPool with the given parameters.
 



Copyright © 2009-2012. All Rights Reserved.