@Configuration
@ComponentScan(value={"ch.sahits.game.openpatrician.engine","ch.sahits.game.openpatrician.javafx.util"})
public class EngineConfiguration
extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOCK_TICK_INTERVALL_MS
Intervall for the clock tick timer
|
private org.springframework.context.ApplicationContext |
context |
| Constructor and Description |
|---|
EngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
applicationServerProperties() |
ClockTickTimer |
clockTickTimer() |
ch.sahits.game.openpatrician.util.MapInitializedBean |
mapInitializedBean() |
ExecutorService |
paralleizationExecutor() |
ScheduledExecutorService |
schedulableServerThreadPool() |
ch.sahits.game.openpatrician.util.StartNewGameBean |
startNewGameBean() |
public static final int CLOCK_TICK_INTERVALL_MS
@Autowired private org.springframework.context.ApplicationContext context
@Bean public static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer applicationServerProperties()
@Bean @Scope(value="prototype") public ch.sahits.game.openpatrician.util.StartNewGameBean startNewGameBean()
@Bean @Scope(value="prototype") public ch.sahits.game.openpatrician.util.MapInitializedBean mapInitializedBean()
@Bean public ClockTickTimer clockTickTimer()
@Bean public ExecutorService paralleizationExecutor()
@Bean public ScheduledExecutorService schedulableServerThreadPool()
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.