akka.actor
Class Nobody

java.lang.Object
  extended by akka.actor.ActorRef
      extended by akka.actor.InternalActorRef
          extended by akka.actor.Nobody
All Implemented Interfaces:
ActorRefScope, LocalRef, MinimalActorRef, ScalaActorRef, java.io.Serializable, java.lang.Comparable<ActorRef>, scala.Equals, scala.Product

public class Nobody
extends InternalActorRef
implements MinimalActorRef, scala.Product, scala.Serializable

This is an internal look-up failure token, not useful for anything else.

See Also:
Serialized Form

Constructor Summary
Nobody()
           
 
Method Summary
static RootActorPath path()
           
static scala.runtime.Nothing$ provider()
           
 
Methods inherited from class akka.actor.InternalActorRef
getChild, getParent, isLocal, isTerminated, provider, restart, resume, sendSystemMessage, start, stop, suspend
 
Methods inherited from class akka.actor.ActorRef
compareTo, equals, forward, hashCode, noSender, path, tell, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface akka.actor.MinimalActorRef
getChild, getParent, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend, writeReplace
 
Methods inherited from interface akka.actor.LocalRef
isLocal
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Nobody

public Nobody()
Method Detail

path

public static RootActorPath path()

provider

public static scala.runtime.Nothing$ provider()