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