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

Field Summary
static Nobody$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Nobody$()
           
 
Method Summary
 RootActorPath path()
          Returns the path for this actor (from this actor up to the root actor).
 scala.runtime.Nothing$ provider()
           
 
Methods inherited from class akka.actor.InternalActorRef
getChild, getParent, isLocal, isTerminated, restart, resume, sendSystemMessage, start, stop, suspend
 
Methods inherited from class akka.actor.ActorRef
compareTo, equals, forward, hashCode, noSender, 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
 

Field Detail

MODULE$

public static final Nobody$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Nobody$

public Nobody$()
Method Detail

path

public RootActorPath path()
Description copied from class: ActorRef
Returns the path for this actor (from this actor up to the root actor).

Specified by:
path in class ActorRef
Returns:
(undocumented)

provider

public scala.runtime.Nothing$ provider()