akka.actor.dungeon
Class UndefinedUidActorRef

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

public class UndefinedUidActorRef
extends InternalActorRef
implements MinimalActorRef

See Also:
Serialized Form

Constructor Summary
UndefinedUidActorRef(ActorRef ref)
           
 
Method Summary
 ActorPath 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
 

Constructor Detail

UndefinedUidActorRef

public UndefinedUidActorRef(ActorRef ref)
Method Detail

path

public ActorPath 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()