public class RemoteSystemDaemon
extends akka.actor.VirtualPathContainer
Internal system "daemon" actor for remote internal communication.
It acts as the brain of the remote that responds to system remote events (messages) and undertakes action.
Constructor and Description |
---|
RemoteSystemDaemon(akka.actor.ActorSystemImpl system,
akka.actor.ActorPath _path,
akka.actor.InternalActorRef _parent,
akka.actor.ActorRef terminator,
akka.event.LoggingAdapter _log,
boolean untrustedMode) |
Modifier and Type | Method and Description |
---|---|
akka.actor.InternalActorRef |
getChild(scala.collection.Iterator<java.lang.String> names)
Find the longest matching path which we know about and return that ref
(or ask that ref to continue searching if elements are left).
|
void |
sendSystemMessage(akka.dispatch.sysmsg.SystemMessage message) |
void |
terminationHookDoneWhenNoChildren() |
boolean |
untrustedMode() |
$bang, $bang$default$2, addChild, foreachChild, getChild, getParent, hasChildren, isLocal, isTerminated, log, path, provider, removeChild, removeChild, restart, resume, start, stop, suspend, writeReplace
public RemoteSystemDaemon(akka.actor.ActorSystemImpl system, akka.actor.ActorPath _path, akka.actor.InternalActorRef _parent, akka.actor.ActorRef terminator, akka.event.LoggingAdapter _log, boolean untrustedMode)
public boolean untrustedMode()
public akka.actor.InternalActorRef getChild(scala.collection.Iterator<java.lang.String> names)
getChild
in interface akka.actor.MinimalActorRef
getChild
in class akka.actor.VirtualPathContainer
names
- (undocumented)public void sendSystemMessage(akka.dispatch.sysmsg.SystemMessage message)
sendSystemMessage
in interface akka.actor.MinimalActorRef
sendSystemMessage
in class akka.actor.VirtualPathContainer
public void terminationHookDoneWhenNoChildren()