akka.actor
Class Deploy$

java.lang.Object
  extended by akka.actor.Deploy$
All Implemented Interfaces:
java.io.Serializable

public class Deploy$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Deploy$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Deploy$()
           
 
Method Summary
 Deploy local()
           
 java.lang.String NoDispatcherGiven()
           
 java.lang.String NoMailboxGiven()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Deploy$

public Deploy$()
Method Detail

NoDispatcherGiven

public final java.lang.String NoDispatcherGiven()

NoMailboxGiven

public final java.lang.String NoMailboxGiven()

local

public Deploy local()