Package org.powertac.samplebroker.core
Class BrokerTournamentService
- java.lang.Object
-
- org.powertac.samplebroker.core.BrokerTournamentService
-
@Service public class BrokerTournamentService extends Object
Logs a broker into a tournament server, retrieving tournament-specific and game-specific configuration data from the server. This data can then be used to log into a simulation.- Author:
- Erik Onarheim
-
-
Constructor Summary
Constructors Constructor Description BrokerTournamentService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrokerQueueName()StringgetJmsUrl()StringgetServerQueueName()voidinit()booleanlogin(String tournamentName, String tsUrl, String authToken, long quittingTime)
-