|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object scala.util.DynamicVariable<ExtendedActorSystem> akka.serialization.JavaSerializer.CurrentSystem
public static final class JavaSerializer.CurrentSystem
Field Summary |
---|
Fields inherited from class scala.util.DynamicVariable |
---|
scala$util$DynamicVariable$$init |
Constructor Summary | |
---|---|
JavaSerializer.CurrentSystem()
|
Method Summary | ||
---|---|---|
|
withValue(ExtendedActorSystem value,
java.util.concurrent.Callable<S> callable)
Java API: invoke the callable with the current system being set to the given value for this thread. |
Methods inherited from class scala.util.DynamicVariable |
---|
toString, value_$eq, value, withValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaSerializer.CurrentSystem()
Method Detail |
---|
public <S> S withValue(ExtendedActorSystem value, java.util.concurrent.Callable<S> callable)
value
- - the current value under the call to callable.call()callable
- - the operation to be performed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |