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, writeReplacepublic 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.MinimalActorRefgetChild in class akka.actor.VirtualPathContainernames - (undocumented)public void sendSystemMessage(akka.dispatch.sysmsg.SystemMessage message)
sendSystemMessage in interface akka.actor.MinimalActorRefsendSystemMessage in class akka.actor.VirtualPathContainerpublic void terminationHookDoneWhenNoChildren()