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 inProgress()
           
 void ready()
           
 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()


Copyright © 2012 Power TAC. All Rights Reserved.