@Service public class TournamentSchedulerService extends Object
| Constructor and Description |
|---|
TournamentSchedulerService() |
| Modifier and Type | Method and 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) |
public String getGameId()
public void setGameId(String gameId)
public String getTournamentSchedulerUrl()
public void setTournamentSchedulerUrl(String tournamentSchedulerUrl)
public URL getBootUrl()
public URL getConfigUrl()
public void ready()
public void inProgress(int gameLength)
public void heartbeat(int timeslotIndex,
String standings,
long elapsed)
public void sendResults(String results)
Copyright © 2016 Power TAC. All Rights Reserved.