org.powertac.visualizer.services.competitioncontrol
Class GameParametersBean

java.lang.Object
  extended by org.powertac.visualizer.services.competitioncontrol.GameParametersBean

@Service
public class GameParametersBean
extends Object


Constructor Summary
GameParametersBean()
           
 
Method Summary
 void addBroker()
           
 String getBootstrapData()
           
 String getBootstrapFilename()
           
 ArrayList<FakeBroker> getBrokers()
           
 String getJmsUrl()
           
 String getLogSuffix()
           
 String getNewBrokerName()
           
 String getServerConfig()
           
 void resetBrokerList()
           
 void setBootstrapData(String bootstrapData)
           
 void setBootstrapFilename(String bootstrapFilename)
           
 void setBrokers(ArrayList<FakeBroker> brokers)
           
 void setJmsUrl(String jmsUrl)
           
 void setLogSuffix(String logSuffix)
           
 void setNewBrokerName(String newBrokerName)
           
 void setServerConfig(String serverConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameParametersBean

public GameParametersBean()
Method Detail

getBootstrapData

public String getBootstrapData()

setBootstrapData

public void setBootstrapData(String bootstrapData)

getJmsUrl

public String getJmsUrl()

setJmsUrl

public void setJmsUrl(String jmsUrl)

getLogSuffix

public String getLogSuffix()

setLogSuffix

public void setLogSuffix(String logSuffix)

getServerConfig

public String getServerConfig()

setServerConfig

public void setServerConfig(String serverConfig)

getBrokers

public ArrayList<FakeBroker> getBrokers()

setBrokers

public void setBrokers(ArrayList<FakeBroker> brokers)

getNewBrokerName

public String getNewBrokerName()

setNewBrokerName

public void setNewBrokerName(String newBrokerName)

addBroker

public void addBroker()

resetBrokerList

public void resetBrokerList()

getBootstrapFilename

public String getBootstrapFilename()

setBootstrapFilename

public void setBootstrapFilename(String bootstrapFilename)


Copyright © 2012 Power TAC. All Rights Reserved.