public enum ServerStartupConfigKey extends java.lang.Enum<ServerStartupConfigKey> implements ServerConfigKey
PREFIX_CPU, PREFIX_EMAIL_ACCOUNT, PREFIX_EMAIL_CONFIG, PREFIX_EMAIL_TARGET, PREFIX_ESPRIT, PREFIX_LOG, PREFIX_SERVER, PREFIX_WEBSERVER
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the raw key without a prefix path like 'uniqueServerName'.
|
java.lang.String |
getName()
Returns the full key name i.e.
|
java.lang.String |
toString() |
static ServerStartupConfigKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerStartupConfigKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerStartupConfigKey SERVER_NAME
public static final ServerStartupConfigKey IS_LOG_TO_CONSOLE
public static final ServerStartupConfigKey RESOURCE_LOCK_TIMEOUT
public static final ServerStartupConfigKey ASYNC_AGENT_TIMEOUT
public static final ServerStartupConfigKey MESSAGE_QUEUE_LENGTH
public static final ServerStartupConfigKey REQUEST_QUEUE_LENGTH
public static final ServerStartupConfigKey IS_MANAGE_USERS_IN_DATABASE
public static final ServerStartupConfigKey IS_EMPTY_PASSWORD_ALLOWED
public static final ServerStartupConfigKey COSERVER_RECONNECT_DELAY
public static final ServerStartupConfigKey NET_IO_TYPE
public static final ServerStartupConfigKey HAS_WEB_SERVICE
public static final ServerStartupConfigKey WEB_SERVICE_PORT
public static final ServerStartupConfigKey EMAIL_SERVER
public static final ServerStartupConfigKey EMAIL_SENDER
public static final ServerStartupConfigKey EMAIL_SUBJECT
public static final ServerStartupConfigKey EMAIL_ACCOUNT
public static final ServerStartupConfigKey EMAIL_PASSWORD
public static ServerStartupConfigKey[] values()
for (ServerStartupConfigKey c : ServerStartupConfigKey.values()) System.out.println(c);
public static ServerStartupConfigKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
ServerConfigKey
getName
in interface ServerConfigKey
public java.lang.String getKey()
ServerConfigKey
getKey
in interface ServerConfigKey
public java.lang.String toString()
toString
in class java.lang.Enum<ServerStartupConfigKey>
Copyright © 2014 EsprIT-Systems. All Rights Reserved.