akka.actor
Class TypedActor.SerializedTypedActorInvocationHandler

java.lang.Object
  extended by akka.actor.TypedActor.SerializedTypedActorInvocationHandler
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
TypedActor

public static class TypedActor.SerializedTypedActorInvocationHandler
extends java.lang.Object
implements scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Constructor Summary
TypedActor.SerializedTypedActorInvocationHandler(ActorRef actor, scala.concurrent.duration.FiniteDuration timeout)
           
 
Method Summary
 ActorRef actor()
           
 scala.concurrent.duration.FiniteDuration timeout()
           
 TypedActor.TypedActorInvocationHandler toTypedActorInvocationHandler(ActorSystem system)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

TypedActor.SerializedTypedActorInvocationHandler

public TypedActor.SerializedTypedActorInvocationHandler(ActorRef actor,
                                                        scala.concurrent.duration.FiniteDuration timeout)
Method Detail

actor

public ActorRef actor()

timeout

public scala.concurrent.duration.FiniteDuration timeout()

toTypedActorInvocationHandler

public TypedActor.TypedActorInvocationHandler toTypedActorInvocationHandler(ActorSystem system)