public interface CoreParameters
Modifier and Type | Field and Description |
---|---|
static String |
AUTO_REFRESH_NAME
The name of the AUTO_REFRESH parameter which is quite special because it modify how other parameters will be processed.
|
static ParameterItem<Boolean> |
AUTO_REFRESH_RESOURCE
Allow to auto refresh resource when resource params is updated.
|
static ParameterItem<Integer> |
CLOSE_RETRY_DELAY_FIRST
First Close Retry Delay in milliseconds, time to wait when application try to close the first time.
|
static ParameterItem<Integer> |
CLOSE_RETRY_DELAY_OTHER
Close Retry Delay in milliseconds, time to wait when application try to close all other time.
|
static ParameterItem<Boolean> |
DEVELOPER_MODE
Developer provides more information when dynamic API is broken (Wave Contract).
|
static ParameterItem<Boolean> |
FOLLOW_UP_SERVICE_TASKS
The handler used while running in developer mode to manage unprocessed wave.
|
static ParameterItem<Boolean> |
LOG_RESOLUTION
When true log code will be resolved according to Message_rb properties files.
|
static ParameterItem<Boolean> |
PARSE_MODULE_CONFIG_FILE
Flag that activates the module.xml file parsing to register components using annotations.
|
static ParameterItem<Float> |
THREAD_POOL_SIZE_RATIO
Pool size of JRebirth Thread Pool.
|
static ParameterItem<String> |
WAVE_HANDLER_PREFIX
The
WAVE_HANDLER_PREFIX field is used to add a prefix to custom wave handler method of JRebirth components. |
static final String AUTO_REFRESH_NAME
@DisplayName(value="Auto Refresh Resource") @Description(value="Used to automatically refresh parameters when they have been updated") static final ParameterItem<Boolean> AUTO_REFRESH_RESOURCE
static final ParameterItem<Boolean> DEVELOPER_MODE
static final ParameterItem<Boolean> FOLLOW_UP_SERVICE_TASKS
static final ParameterItem<Boolean> LOG_RESOLUTION
static final ParameterItem<Boolean> PARSE_MODULE_CONFIG_FILE
static final ParameterItem<Integer> CLOSE_RETRY_DELAY_FIRST
static final ParameterItem<Integer> CLOSE_RETRY_DELAY_OTHER
static final ParameterItem<Float> THREAD_POOL_SIZE_RATIO
static final ParameterItem<String> WAVE_HANDLER_PREFIX
WAVE_HANDLER_PREFIX
field is used to add a prefix to custom wave handler method of JRebirth components. They will be named like this : doMyAction(Wave) after being renamed in
camel case.Copyright © 2011–2016 JRebirth OSS. All rights reserved.