public class LCSConstants
extends java.lang.Object
Constructor and Description |
---|
LCSConstants() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isServerMetricsSupported(java.lang.String server)
Returns
true if the application server has obtainable
metrics. |
static java.lang.String |
toLCSClusterEntryTypeLabel(int lcsClusterEntryType)
Returns the label language key to associate with the cluster entry type.
|
static java.lang.String |
toMonitoringStatusLabel(int monitoringStatus)
Returns the label language key to associate with the monitoring status.
|
static java.lang.String |
toPatchingToolStatusLabel(int patchingToolStatus)
Returns the label language key to associate with the patching tool
status.
|
static java.lang.String |
toPatchStatusLabel(int patchStatus)
Returns the label language key to associate with the patch status.
|
public static final java.lang.String ALL_PORTAL_OBJECTS_NAME
public static final java.lang.String CHARSET_ISO_8859_1
public static final int COMMAND_MESSAGE_TASK_SCHEDULE_PERIOD
public static final java.lang.String CORP_PROJECT_DEFAULT_NAME
public static final java.lang.String JVM_SETTINGS_LCS_SERVICE_ENABLED
public static final java.lang.String LABEL_CLUSTER
public static final java.lang.String LABEL_ENVIRONMENT
public static final java.lang.String LABEL_MONITORING_ONLINE
public static final java.lang.String LABEL_MONITORING_UNAVAILABLE
public static final java.lang.String LABEL_PATCHES_AVAILABLE
public static final java.lang.String LABEL_PATCHES_DOWNLOAD_INITIATED
public static final java.lang.String LABEL_PATCHES_DOWNLOADED
public static final java.lang.String LABEL_PATCHES_DOWNLOADING
public static final java.lang.String LABEL_PATCHES_ERROR
public static final java.lang.String LABEL_PATCHES_INSTALLED
public static final java.lang.String LABEL_PATCHES_UNKNOWN
public static final java.lang.String LABEL_PATCHING_TOOL_AVAILABLE
public static final java.lang.String LABEL_PATCHING_TOOL_UNAVAILABLE
public static final java.lang.String LABEL_SERVER_OFFLINE
public static final java.lang.String LABEL_SERVER_ONLINE
public static final java.lang.String LCS_CLUSTER_ENTRY_DEFAULT_NAME
public static final int LCS_CLUSTER_ENTRY_TYPE_CLUSTER
public static final int LCS_CLUSTER_ENTRY_TYPE_ENVIRONMENT
public static final int LCS_CLUSTER_NODE_CLUSTER_LINK_BROKEN
public static final int LCS_CLUSTER_NODE_CLUSTER_LINK_HEALTHY
public static final int MONITORING_AVAILABLE
public static final int MONITORING_UNAVAILABLE
public static final int PATCHES_AVAILABLE
public static final int PATCHES_DOWNLOAD_INITIATED
public static final int PATCHES_DOWNLOADED
public static final int PATCHES_DOWNLOADING
public static final int PATCHES_ERROR
public static final int PATCHES_INSTALLED
public static final java.lang.String PATCHES_MD5SUM_SUFFIX
public static final int PATCHES_UNKNOWN
public static final int PATCHING_TOOL_AVAILABLE
public static final int PATCHING_TOOL_UNAVAILABLE
public static final java.lang.String PORTAL_EDITION_CE
public static final java.lang.String PORTAL_EDITION_EE
public static final java.lang.String PORTAL_PROPERTIES_BLACKLIST
public static final java.lang.String[] PORTAL_PROPERTIES_SECURITY_INSENSITIVE
public static final java.lang.String[] PORTAL_PROPERTIES_SECURITY_SENSITIVE
public static final java.lang.String[] SERVER_METRICS_SUPPORTED_SERVERS
public static final java.lang.String SETTINGS_MODULE_ADD_ENVIRONMENT
public static final java.lang.String SETTINGS_MODULE_NOTIFICATIONS
public static final int SITE_NAMES_LCS_SERVICE_AVAILABLE
public static final int SITE_NAMES_LCS_SERVICE_UNAVAILABLE
public static final java.lang.String SOURCE_SYSTEM_NAME_LCS
public static final java.lang.String SOURCE_SYSTEM_NAME_LRDCOM
public static final java.lang.String SOURCE_SYSTEM_NAME_OSB
public static boolean isServerMetricsSupported(java.lang.String server)
true
if the application server has obtainable
metrics.server
- the application server type. To view application servers
that support metrics, see SERVER_METRICS_SUPPORTED_SERVERS
.true
if the application server has obtainable
metrics; false
otherwisepublic static java.lang.String toLCSClusterEntryTypeLabel(int lcsClusterEntryType)
lcsClusterEntryType
- the type of cluster entrypublic static java.lang.String toMonitoringStatusLabel(int monitoringStatus)
monitoringStatus
- the monitoring statuspublic static java.lang.String toPatchingToolStatusLabel(int patchingToolStatus)
patchingToolStatus
- the patching tool statuspublic static java.lang.String toPatchStatusLabel(int patchStatus)
patchStatus
- the patch status