|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompetitionSetup
Handles the pre-game competition setup process. To start a simulation, one must call preGame(), followed by CompetitionControl.runOnce().
| Method Summary | |
|---|---|
String |
bootSession(String bootFilename,
String configFilename,
String logfileSuffix)
Starts a bootstrap session with parameters. |
void |
preGame()
Runs the pre-game cycle of the simulator, which sets all plugin components to their default state. |
String |
simSession(String bootData,
String config,
String jmsUrl,
String logfileSuffix,
List<String> brokerUsernames)
Starts a simulation session with parameters, in a new thread. |
| Method Detail |
|---|
void preGame()
String bootSession(String bootFilename,
String configFilename,
String logfileSuffix)
String simSession(String bootData,
String config,
String jmsUrl,
String logfileSuffix,
List<String> brokerUsernames)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||