Package org.powertac.server
Class TournamentSchedulerService
java.lang.Object
org.powertac.server.TournamentSchedulerService
@Service public class TournamentSchedulerService extends Object
-
Constructor Summary
Constructors Constructor Description TournamentSchedulerService() -
Method Summary
Modifier and Type Method Description URLgetBootUrl()URLgetConfigUrl()StringgetGameId()StringgetTournamentSchedulerUrl()voidheartbeat(int timeslotIndex, String standings, long elapsed)voidinProgress(int gameLength)voidready()voidsendResults(String results)voidsetGameId(String gameId)voidsetTournamentSchedulerUrl(String tournamentSchedulerUrl)
-
Constructor Details
-
TournamentSchedulerService
public TournamentSchedulerService()
-
-
Method Details
-
getGameId
-
setGameId
-
getTournamentSchedulerUrl
-
setTournamentSchedulerUrl
-
getBootUrl
-
getConfigUrl
-
ready
public void ready() -
inProgress
public void inProgress(int gameLength) -
heartbeat
-
sendResults
-