public interface AbstractActorContext extends ActorContext
Modifier and Type | Method and Description |
---|---|
ActorRef |
getChild(java.lang.String name)
Returns a reference to the named child or null if no child with
that name exists.
|
java.lang.Iterable<ActorRef> |
getChildren()
Returns an unmodifiable Java Collection containing the linked actors,
please note that the backing map is thread-safe but not immutable
|
become, become, child, children, dispatcher, parent, props, receiveTimeout, self, sender, setReceiveTimeout, system, unbecome, unwatch, watch, writeObject
actorFor, actorFor, actorFor, actorFor, actorOf, actorOf, actorSelection, actorSelection, guardian, lookupRoot, provider, stop, systemImpl
java.lang.Iterable<ActorRef> getChildren()
ActorRef getChild(java.lang.String name)
name
- (undocumented)