@Configuration @ComponentScan public class EngineConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOCK_TICK_INTERVALL_MS
Interval for the clock tick timer
|
| Constructor and Description |
|---|
EngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
applicationServerProperties() |
ClockTickTimer |
clockTickTimer() |
ch.sahits.game.openpatrician.model.initialisation.MapInitializedBean |
mapInitializedBean() |
ExecutorService |
paralleizationExecutor() |
ScheduledExecutorService |
schedulableServerThreadPool() |
ScheduledExecutorService |
serverTimer() |
ch.sahits.game.openpatrician.model.initialisation.StartNewGameBean |
startNewGameBean() |
public static final int CLOCK_TICK_INTERVALL_MS
@Bean public static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer applicationServerProperties()
@Bean @Scope(value="prototype") public ch.sahits.game.openpatrician.model.initialisation.StartNewGameBean startNewGameBean()
@Bean @Scope(value="prototype") public ch.sahits.game.openpatrician.model.initialisation.MapInitializedBean mapInitializedBean()
@Bean public ClockTickTimer clockTickTimer()
@Bean public ExecutorService paralleizationExecutor()
@Bean public ScheduledExecutorService schedulableServerThreadPool()
@Bean public ScheduledExecutorService serverTimer()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.