org.powertac.server
Class TournamentSchedulerService

java.lang.Object
  extended by org.powertac.server.TournamentSchedulerService

@Service
public class TournamentSchedulerService
extends Object


Constructor Summary
TournamentSchedulerService()
           
 
Method Summary
 URL getBootUrl()
           
 URL getConfigUrl()
           
 int getGameId()
           
 String getTournamentSchedulerUrl()
           
 void heartbeat(int timeslotIndex, String standings)
           
 void inProgress(int gameLength)
           
 void ready()
           
 void sendResults(String results)
           
 void setGameId(int gameId)
           
 void setTournamentSchedulerUrl(String tournamentSchedulerUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TournamentSchedulerService

public TournamentSchedulerService()
Method Detail

getGameId

public int getGameId()

setGameId

public void setGameId(int 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)

sendResults

public void sendResults(String results)


Copyright © 2012 Power TAC. All Rights Reserved.