akka.remote.testconductor
Class Controller.NodeInfo

java.lang.Object
  extended by akka.remote.testconductor.Controller.NodeInfo
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Controller

public static class Controller.NodeInfo
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
Controller.NodeInfo(RoleName name, Address addr, ActorRef fsm)
           
 
Method Summary
 Address addr()
           
 ActorRef fsm()
           
 RoleName name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Controller.NodeInfo

public Controller.NodeInfo(RoleName name,
                           Address addr,
                           ActorRef fsm)
Method Detail

name

public RoleName name()

addr

public Address addr()

fsm

public ActorRef fsm()