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