Uses of Class
jsr166y.ForkJoinPool

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

Uses of ForkJoinPool in jsr166y
 

Methods in jsr166y that return ForkJoinPool
static ForkJoinPool ForkJoinTask.getPool()
          Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool.
 ForkJoinPool ForkJoinWorkerThread.getPool()
          Returns the pool hosting this thread.
 

Methods in jsr166y with parameters of type ForkJoinPool
 ForkJoinWorkerThread ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool)
          Returns a new worker thread operating in the given pool.
 

Constructors in jsr166y with parameters of type ForkJoinPool
ForkJoinWorkerThread(ForkJoinPool pool)
          Creates a ForkJoinWorkerThread operating in the given pool.
 



Copyright © 2009-2012. All Rights Reserved.