Package akka.dispatch
Class ExecutionContexts.sameThreadExecutionContext$
- java.lang.Object
 - 
- akka.dispatch.ExecutionContexts.sameThreadExecutionContext$
 
 
- 
- All Implemented Interfaces:
 BatchingExecutor,java.util.concurrent.Executor,scala.concurrent.ExecutionContext
- Enclosing class:
 - ExecutionContexts
 
public static class ExecutionContexts.sameThreadExecutionContext$ extends java.lang.Object implements scala.concurrent.ExecutionContext, BatchingExecutor
Deprecated.Use ExecutionContexts.parasitic instead. Since 2.6.4.INTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ExecutionContexts.sameThreadExecutionContext$MODULE$Deprecated.Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description sameThreadExecutionContext$()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidreportFailure(java.lang.Throwable t)Deprecated.protected booleanresubmitOnBlock()Deprecated.protected voidunbatchedExecute(java.lang.Runnable runnable)Deprecated.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface akka.dispatch.BatchingExecutor
batchable, execute 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ExecutionContexts.sameThreadExecutionContext$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
unbatchedExecute
protected void unbatchedExecute(java.lang.Runnable runnable)
Deprecated.- Specified by:
 unbatchedExecutein interfaceBatchingExecutor
 
- 
resubmitOnBlock
protected boolean resubmitOnBlock()
Deprecated.- Specified by:
 resubmitOnBlockin interfaceBatchingExecutor
 
- 
reportFailure
public void reportFailure(java.lang.Throwable t)
Deprecated.- Specified by:
 reportFailurein interfacescala.concurrent.ExecutionContext
 
 - 
 
 -