|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<SystemSetting> org.rhq.core.domain.common.composite.SystemSetting
public enum SystemSetting
Enum Constant Summary | |
---|---|
ACTIVE_DRIFT_PLUGIN
|
|
AGENT_AUTO_UPDATE_ENABLED
Are we allowing automatic AgentUpdate binary download |
|
AGENT_MAX_QUIET_TIME_ALLOWED
how long can an agent be quiet (i.e. not send an avail report) before we consider it down and backfill it |
|
ALERT_PURGE_PERIOD
How long do we keep alerts |
|
ALLOW_RESOURCE_GENERIC_PROPERTIES_UPGRADE
allow plugin initiated resource name & description upgrades (resource key is always upgradable) making this readonly because it is not currently supported by UI code |
|
AVAILABILITY_PURGE_PERIOD
How long do we keep availability data |
|
BASE_LINE_DATASET
How much data to include |
|
BASE_LINE_FREQUENCY
Baseline config options The frequency to run auto-baselines, if 0, never auto-calculate baselines |
|
BASE_URL
Base URL for the application - (i think this is only used for alert emails) |
|
DATA_MAINTENANCE_PERIOD
How often to perform database maintenance |
|
DATA_PURGE_1D_PERIOD
How long do we keep data compressed in 1 day intervals? |
|
DATA_PURGE_1H_PERIOD
How long do we keep data compressed in hourly intervals? |
|
DATA_PURGE_6H_PERIOD
How long do we keep data compressed in 6 hour intervals? |
|
DATA_REINDEX_NIGHTLY
Whether or not to reindex nightly |
|
DB_SCHEMA_VERSION
|
|
DEBUG_MODE_ENABLED
Are we rendering a special "debug" menu for administrators? |
|
DRIFT_FILE_PURGE_PERIOD
How long do we keep orphaned drift files |
|
EVENT_PURGE_PERIOD
How long do we keep event data |
|
EXPERIMENTAL_FEATURES_ENABLED
Are we rendering features which are marked as experimental for this installation? |
|
GUIDE_ENABLED
Deprecated. |
|
HELP_PASSWORD
Deprecated. |
|
HELP_USER
Deprecated. |
|
LDAP_BASE_DN
|
|
LDAP_BASED_JAAS_PROVIDER
|
|
LDAP_BIND_DN
|
|
LDAP_BIND_PW
|
|
LDAP_FILTER
|
|
LDAP_GROUP_FILTER
|
|
LDAP_GROUP_MEMBER
|
|
LDAP_LOGIN_PROPERTY
|
|
LDAP_NAMING_FACTORY
|
|
LDAP_NAMING_PROVIDER_URL
|
|
RT_COLLECT_IP_ADDRS
Deprecated. |
|
RT_DATA_PURGE_PERIOD
How long do we keep rt data |
|
SERVER_VERSION
|
|
SYSLOG_ACTIONS_ENABLED
Deprecated. |
|
TRAIT_PURGE_PERIOD
How long do we keep trait data |
|
USE_SSL_FOR_LDAP
|
Method Summary | |
---|---|
PropertyDefinitionSimple |
createPropertyDefinition()
|
static SystemSetting |
getByInternalName(String internalName)
|
String |
getInternalName()
|
PropertySimpleType |
getType()
|
boolean |
isReadOnly()
|
boolean |
isRequiringValue()
|
boolean |
validateValue(String value)
|
static SystemSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SystemSetting[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SystemSetting BASE_URL
public static final SystemSetting AGENT_MAX_QUIET_TIME_ALLOWED
public static final SystemSetting AGENT_AUTO_UPDATE_ENABLED
public static final SystemSetting DEBUG_MODE_ENABLED
public static final SystemSetting EXPERIMENTAL_FEATURES_ENABLED
public static final SystemSetting DATA_MAINTENANCE_PERIOD
public static final SystemSetting AVAILABILITY_PURGE_PERIOD
public static final SystemSetting ALERT_PURGE_PERIOD
public static final SystemSetting TRAIT_PURGE_PERIOD
public static final SystemSetting RT_DATA_PURGE_PERIOD
public static final SystemSetting EVENT_PURGE_PERIOD
public static final SystemSetting DRIFT_FILE_PURGE_PERIOD
public static final SystemSetting DATA_REINDEX_NIGHTLY
public static final SystemSetting BASE_LINE_FREQUENCY
public static final SystemSetting BASE_LINE_DATASET
public static final SystemSetting LDAP_BASED_JAAS_PROVIDER
public static final SystemSetting LDAP_NAMING_PROVIDER_URL
public static final SystemSetting USE_SSL_FOR_LDAP
public static final SystemSetting LDAP_LOGIN_PROPERTY
public static final SystemSetting LDAP_FILTER
public static final SystemSetting LDAP_GROUP_FILTER
public static final SystemSetting LDAP_GROUP_MEMBER
public static final SystemSetting LDAP_BASE_DN
public static final SystemSetting LDAP_BIND_DN
public static final SystemSetting LDAP_BIND_PW
public static final SystemSetting LDAP_NAMING_FACTORY
public static final SystemSetting ACTIVE_DRIFT_PLUGIN
public static final SystemSetting ALLOW_RESOURCE_GENERIC_PROPERTIES_UPGRADE
public static final SystemSetting SERVER_VERSION
public static final SystemSetting DB_SCHEMA_VERSION
public static final SystemSetting DATA_PURGE_1H_PERIOD
public static final SystemSetting DATA_PURGE_6H_PERIOD
public static final SystemSetting DATA_PURGE_1D_PERIOD
@Deprecated public static final SystemSetting HELP_USER
@Deprecated public static final SystemSetting HELP_PASSWORD
@Deprecated public static final SystemSetting SYSLOG_ACTIONS_ENABLED
@Deprecated public static final SystemSetting GUIDE_ENABLED
@Deprecated public static final SystemSetting RT_COLLECT_IP_ADDRS
Method Detail |
---|
public static SystemSetting[] values()
for (SystemSetting c : SystemSetting.values()) System.out.println(c);
public static SystemSetting valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getInternalName()
public boolean isReadOnly()
public boolean isRequiringValue()
public boolean validateValue(String value)
public PropertySimpleType getType()
public PropertyDefinitionSimple createPropertyDefinition()
public static SystemSetting getByInternalName(String internalName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |