public enum ConfigParameter extends Enum<ConfigParameter>
Enum Constant and Description |
---|
CONNECTION_ID_GENERATOR
Connection id generator - Generates unique ids to identify the clients.
|
CONNECTION_STRATEGY_CLIENT_CONNECTOR
Connection strategy (client side part / connector) - Connection strategies are used to define the communication between the client and the server side
Default value: DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_CLIENT_CONNECTOR |
CONNECTION_STRATEGY_ENCODING
Connection strategy encoding - Encoding / charset for the connection strategy
Default value: |
CONNECTION_STRATEGY_SERVER_CONNECTOR
Connection strategy (server side part / connector) - Connection strategies are used to define the communication between the client and the server side
Default value: DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_SERVER_CONNECTOR |
FQ_CONNECTION_ID_GENERATOR
Connection id generator - Generates unique ids to identify the clients.
|
FQ_CONNECTION_STRATEGY_CLIENT_CONNECTOR
Connection strategy (client side part / connector) - Connection strategies are used to define the communication between the client and the server side
Default value: DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_CLIENT_CONNECTOR |
FQ_CONNECTION_STRATEGY_ENCODING
Connection strategy encoding - Encoding / charset for the connection strategy
Default value: |
FQ_CONNECTION_STRATEGY_SERVER_CONNECTOR
Connection strategy (server side part / connector) - Connection strategies are used to define the communication between the client and the server side
Default value: DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_SERVER_CONNECTOR |
FQ_MAX_EVENTS
Maximum amount of events which should be transferred to the client at once.
|
FQ_MAX_WAITING_TIME_TAG
Max waiting time - Listening shouldn't hold longer than max waiting time.
|
FQ_MIN_WAITING_TIME_TAG
Min waiting time - Listening should hold at least for min waiting time.
|
FQ_RECONNECT_ATTEMPT_COUNT_TAG
Reconnect attempts count - Number of reconnect attempts to execute
Default value: |
FQ_TIMEOUT_TIME_TAG
Timeout time - Max time for a listen cycle.
|
MAX_EVENTS
Maximum amount of events which should be transferred to the client at once.
|
MAX_WAITING_TIME_TAG
Max waiting time - Listening shouldn't hold longer than max waiting time.
|
MIN_WAITING_TIME_TAG
Min waiting time - Listening should hold at least for min waiting time.
|
RECONNECT_ATTEMPT_COUNT_TAG
Reconnect attempts count - Number of reconnect attempts to execute
Default value: |
TIMEOUT_TIME_TAG
Timeout time - Max time for a listen cycle.
|
Modifier and Type | Field and Description |
---|---|
static String |
FULLY_QUALIFIED_TAG_PREFIX
Full qualified prefix
|
Modifier and Type | Method and Description |
---|---|
String |
declaration()
Returns the declaration (name of the configuration entry) of the
ConfigParameter . |
static ConfigParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigParameter MAX_WAITING_TIME_TAG
public static final ConfigParameter MIN_WAITING_TIME_TAG
public static final ConfigParameter TIMEOUT_TIME_TAG
public static final ConfigParameter RECONNECT_ATTEMPT_COUNT_TAG
public static final ConfigParameter CONNECTION_ID_GENERATOR
DefaultConfigurationLoader.DEFAULT_CONNECTION_ID_GENERATOR_CLASS_NAME
public static final ConfigParameter CONNECTION_STRATEGY_CLIENT_CONNECTOR
DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_CLIENT_CONNECTOR
public static final ConfigParameter CONNECTION_STRATEGY_SERVER_CONNECTOR
DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_SERVER_CONNECTOR
public static final ConfigParameter CONNECTION_STRATEGY_ENCODING
public static final ConfigParameter MAX_EVENTS
public static final ConfigParameter FQ_MAX_WAITING_TIME_TAG
public static final ConfigParameter FQ_MIN_WAITING_TIME_TAG
public static final ConfigParameter FQ_TIMEOUT_TIME_TAG
public static final ConfigParameter FQ_RECONNECT_ATTEMPT_COUNT_TAG
public static final ConfigParameter FQ_CONNECTION_ID_GENERATOR
DefaultConfigurationLoader.DEFAULT_CONNECTION_ID_GENERATOR_CLASS_NAME
public static final ConfigParameter FQ_CONNECTION_STRATEGY_CLIENT_CONNECTOR
DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_CLIENT_CONNECTOR
public static final ConfigParameter FQ_CONNECTION_STRATEGY_SERVER_CONNECTOR
DefaultConfigurationLoader.DEFAULT_CONNECTION_STRATEGY_SERVER_CONNECTOR
public static final ConfigParameter FQ_CONNECTION_STRATEGY_ENCODING
public static final ConfigParameter FQ_MAX_EVENTS
public static final String FULLY_QUALIFIED_TAG_PREFIX
public static ConfigParameter[] values()
for (ConfigParameter c : ConfigParameter.values()) System.out.println(c);
public static ConfigParameter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String declaration()
ConfigParameter
.ConfigParameter
Copyright © 2012. All Rights Reserved.