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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getGameId
public String getGameId()
-
setGameId
public void setGameId(String gameId)
-
getTournamentSchedulerUrl
public String getTournamentSchedulerUrl()
-
setTournamentSchedulerUrl
public void setTournamentSchedulerUrl(String tournamentSchedulerUrl)
-
getBootUrl
public URL getBootUrl()
-
getConfigUrl
public URL getConfigUrl()
-
ready
public void ready()
-
inProgress
public void inProgress(int gameLength)
-
heartbeat
public void heartbeat(int timeslotIndex, String standings, long elapsed)
-
sendResults
public void sendResults(String results)
-
-