Package akka.actor
Class InternalActorRef$
- java.lang.Object
 - 
- akka.actor.InternalActorRef$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class InternalActorRef$ extends java.lang.Object implements java.io.SerializableINTERNAL API- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static InternalActorRef$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description InternalActorRef$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTemporaryRef(ActorRef ref) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final InternalActorRef$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
isTemporaryRef
public boolean isTemporaryRef(ActorRef ref)
 
 - 
 
 -