akka.actor
Class ActorRefWithCell
java.lang.Object
akka.actor.ActorRef
akka.actor.InternalActorRef
akka.actor.ActorRefWithCell
- All Implemented Interfaces:
- ScalaActorRef, java.io.Serializable, java.lang.Comparable<ActorRef>
- Direct Known Subclasses:
- LocalActorRef, RepointableActorRef
public abstract class ActorRefWithCell
- extends InternalActorRef
Common trait of all actor refs which actually have a Cell, most notably
LocalActorRef and RepointableActorRef. The former specializes the return
type of underlying
so that follow-up calls can use invokevirtual instead
of invokeinterface.
- See Also:
- Serialized Form
Methods inherited from class akka.actor.InternalActorRef |
getChild, getParent, isLocal, isTerminated, provider, restart, resume, sendSystemMessage, start, stop, suspend |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ActorRefWithCell
public ActorRefWithCell()
underlying
public abstract Cell underlying()
children
public abstract scala.collection.immutable.Iterable<ActorRef> children()
getSingleChild
public abstract InternalActorRef getSingleChild(java.lang.String name)