|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.remote.testconductor.TestConductor
public class TestConductor
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 |
|---|
public TestConductor()
| Method Detail |
|---|
public static TestConductor$ lookup()
public static TestConductorExt createExtension(ExtendedActorSystem system)
public static TestConductorExt get(ActorSystem system)
system - (undocumented)
public static TestConductorExt apply(ActorContext ctx)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||