akka.remote.testconductor
Class Controller.NodeInfo$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<RoleName,Address,ActorRef,Controller.NodeInfo>
      extended by akka.remote.testconductor.Controller.NodeInfo$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<RoleName,Address,ActorRef,Controller.NodeInfo>
Enclosing class:
Controller

public static class Controller.NodeInfo$
extends scala.runtime.AbstractFunction3<RoleName,Address,ActorRef,Controller.NodeInfo>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Controller.NodeInfo$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Controller.NodeInfo$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Field Detail

MODULE$

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

Constructor Detail

Controller.NodeInfo$

public Controller.NodeInfo$()