akka.dispatch
Class ForkJoinExecutorConfigurator.AkkaForkJoinTask

java.lang.Object
  extended by scala.concurrent.forkjoin.ForkJoinTask<scala.runtime.BoxedUnit>
      extended by akka.dispatch.ForkJoinExecutorConfigurator.AkkaForkJoinTask
All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.Future<scala.runtime.BoxedUnit>
Enclosing class:
ForkJoinExecutorConfigurator

public static final class ForkJoinExecutorConfigurator.AkkaForkJoinTask
extends scala.concurrent.forkjoin.ForkJoinTask<scala.runtime.BoxedUnit>

INTERNAL AKKA USAGE ONLY

See Also:
Serialized Form

Constructor Summary
ForkJoinExecutorConfigurator.AkkaForkJoinTask(java.lang.Runnable runnable)
           
 
Method Summary
 boolean exec()
           
 void getRawResult()
           
 void setRawResult(scala.runtime.BoxedUnit unit)
           
 
Methods inherited from class scala.concurrent.forkjoin.ForkJoinTask
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkJoinExecutorConfigurator.AkkaForkJoinTask

public ForkJoinExecutorConfigurator.AkkaForkJoinTask(java.lang.Runnable runnable)
Method Detail

getRawResult

public void getRawResult()

setRawResult

public void setRawResult(scala.runtime.BoxedUnit unit)
Specified by:
setRawResult in class scala.concurrent.forkjoin.ForkJoinTask<scala.runtime.BoxedUnit>

exec

public final boolean exec()
Specified by:
exec in class scala.concurrent.forkjoin.ForkJoinTask<scala.runtime.BoxedUnit>