akka.remote.testconductor
Class Controller.CreateServerFSM

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

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

See Also:
Serialized Form

Constructor Summary
Controller.CreateServerFSM(org.jboss.netty.channel.Channel channel)
           
 
Method Summary
 org.jboss.netty.channel.Channel channel()
           
 
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.CreateServerFSM

public Controller.CreateServerFSM(org.jboss.netty.channel.Channel channel)
Method Detail

channel

public org.jboss.netty.channel.Channel channel()