|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsr166y.forkjoin.ForkJoinTask<java.lang.Void>
jsr166y.forkjoin.AsyncAction
groovyx.gpars.scheduler.FJRunnableTask
final class FJRunnableTask
Adapts Runnable instances to the Fork Join framework.
Field Summary | |
---|---|
private java.lang.Runnable |
runnable
|
Constructor Summary | |
---|---|
FJRunnableTask(java.lang.Runnable runnable)
|
Method Summary | |
---|---|
protected void |
compute()
|
Methods inherited from class jsr166y.forkjoin.AsyncAction |
---|
exec, finish, finish, finishExceptionally, forkJoin, rawResult |
Methods inherited from class jsr166y.forkjoin.ForkJoinTask |
---|
cancel, fork, getException, isCancelled, isDone, isStolen, join, quietlyJoin, reinitialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.Runnable runnable
Constructor Detail |
---|
FJRunnableTask(java.lang.Runnable runnable)
Method Detail |
---|
protected void compute()
compute
in class jsr166y.forkjoin.AsyncAction
|
Copyright © 2008–2010 Václav Pech. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |