akka.remote.testconductor
Class TestConductor

java.lang.Object
  extended by akka.remote.testconductor.TestConductor
All Implemented Interfaces:
ExtensionId<TestConductorExt>, ExtensionIdProvider

public class TestConductor
extends java.lang.Object
implements ExtensionId<TestConductorExt>, ExtensionIdProvider

Access to the TestConductorExt extension:


 val tc = TestConductor(system)
 tc.startController(numPlayers)
 // OR
 tc.startClient(conductorPort)
 


Constructor Summary
TestConductor()
           
 
Method Summary
static TestConductorExt apply(ActorContext ctx)
           
static TestConductorExt createExtension(ExtendedActorSystem system)
           
static TestConductorExt get(ActorSystem system)
          Java API: retrieve the TestConductor extension for the given system.
static TestConductor$ lookup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.ExtensionId
apply, createExtension, equals, get, hashCode
 
Methods inherited from interface akka.actor.ExtensionIdProvider
lookup
 

Constructor Detail

TestConductor

public TestConductor()
Method Detail

lookup

public static TestConductor$ lookup()

createExtension

public static TestConductorExt createExtension(ExtendedActorSystem system)

get

public static TestConductorExt get(ActorSystem system)
Java API: retrieve the TestConductor extension for the given system.

Parameters:
system - (undocumented)
Returns:
(undocumented)

apply

public static TestConductorExt apply(ActorContext ctx)