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