Package akka.remote.testconductor
Class TestConductor
- java.lang.Object
- 
- akka.remote.testconductor.TestConductor
 
- 
 public class TestConductor extends java.lang.ObjectAccess to theTestConductorExtextension:val tc = TestConductor(system) tc.startController(numPlayers) // OR tc.startClient(conductorPort)
- 
- 
Constructor SummaryConstructors Constructor Description TestConductor()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static TestConductorExtapply(ActorContext ctx)static TestConductorExtcreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static TestConductorExtget(ActorSystem system)Java API: retrieve the TestConductor extension for the given system.static TestConductorExtget(ClassicActorSystemProvider system)static inthashCode()static TestConductor$lookup()
 
- 
- 
- 
Method Detail- 
lookuppublic static TestConductor$ lookup() 
 - 
createExtensionpublic static TestConductorExt createExtension(ExtendedActorSystem system) 
 - 
getpublic static TestConductorExt get(ActorSystem system) Java API: retrieve the TestConductor extension for the given system.
 - 
getpublic static TestConductorExt get(ClassicActorSystemProvider system) 
 - 
applypublic static TestConductorExt apply(ActorContext ctx) 
 - 
hashCodepublic static final int hashCode() 
 - 
equalspublic static final boolean equals(java.lang.Object other) 
 
- 
 
-