Package org.powertac.samplebroker.core
Class BrokerRunner
- java.lang.Object
-
- org.powertac.samplebroker.core.BrokerRunner
-
public class BrokerRunner extends Object
Multi-session broker runner. The Spring context is re-built for each session. By default, one session runs and the broker exits. Alternatively, the broker will start a new session after the previous session finishes, based on a specified count or time period in hours.- Author:
- John Collins, Pascal Brokmeier
-
-
Constructor Summary
Constructors Constructor Description BrokerRunner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.springframework.context.support.AbstractApplicationContextgetApplicationContext()voidprocessCmdLine(String[] args)
-
-
-
Method Detail
-
getApplicationContext
public static org.springframework.context.support.AbstractApplicationContext getApplicationContext()
-
processCmdLine
public void processCmdLine(String[] args)
-
-