public enum TrEnsStat extends java.lang.Enum<TrEnsStat> implements NlsDatabaseKey
SUB_KEY_ACTION, SUB_KEY_COLUMN, SUB_KEY_CONFIRM, SUB_KEY_CONST, SUB_KEY_DBO, SUB_KEY_DEMO, SUB_KEY_ERROR, SUB_KEY_FIELD, SUB_KEY_GUI, SUB_KEY_HELP, SUB_KEY_INFO, SUB_KEY_LABEL, SUB_KEY_MENU, SUB_KEY_MESSAGE, SUB_KEY_MISC, SUB_KEY_STATUS, SUB_KEY_TIP, SUB_KEY_TOOL, SUB_KEY_WINDOW, SUB_KEY_WORKFLOW| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.String fullColumnName)
Ensures that this instance can directly be compared with a table.column name
|
java.lang.String |
getAppKey()
Returns the base prefix of the key
|
java.lang.String |
getColumnName() |
java.lang.String |
getFullName() |
java.lang.String |
getSubKey()
Returns the path of the key
|
java.lang.String |
getTableName() |
java.lang.String |
getText(java.lang.Object... args)
Returns the translated text, which is the value of the translation key
as stored in the translation map.
|
java.lang.String |
getTipText() |
static TrEnsStat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrEnsStat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrEnsStat START_TIME
public static final TrEnsStat UP_TIME
public static final TrEnsStat ALLOC_MEM
public static final TrEnsStat USED_MEM
public static final TrEnsStat REQUEST_COUNT
public static final TrEnsStat PARALLEL_TRANSFERS
public static final TrEnsStat MAX_TRANSFERS
public static final TrEnsStat PARALLEL_REQUESTS
public static final TrEnsStat MAX_REQUESTS
public static final TrEnsStat EXPECTED_USERS
public static final TrEnsStat REQS_PER_MINUTE
public static final TrEnsStat REQUEST_DENIALS
public static final TrEnsStat FILE_UPLOAD_COUNT
public static final TrEnsStat FILE_DOWNLOAD_COUNT
public static final TrEnsStat CLIENT_COUNT
public static final TrEnsStat MAX_CLIENT_COUNT
public static final TrEnsStat MAX_CONN_DURATION
public static final TrEnsStat AGENT_COUNT
public static final TrEnsStat WORKER_AGENTS
public static final TrEnsStat MESSAGE_COUNT
public static final TrEnsStat MAX_MESSG_QUEUED
public static final TrEnsStat MESSG_PER_MINUTE
public static final TrEnsStat SLEEPER_AGENTS
public static final TrEnsStat MAX_PARALLEL_AGENTS
public static final TrEnsStat MAX_AGENT_DURATION
public static final TrEnsStat AGENT_DENIALS
public static final TrEnsStat LOCK_COUNT
public static final TrEnsStat MAX_LOCK_COUNT
public static final TrEnsStat LOCK_DENIALS
public static final TrEnsStat MAX_LOCK_DURATION
public static final TrEnsStat PROC_COUNT
public static final TrEnsStat PROCS_QUEUED
public static final TrEnsStat MAX_PROC_DURATION
public static final TrEnsStat FAILED_TRANSFERS
public static final TrEnsStat FAILED_AGENTS
public static final TrEnsStat FAILED_REQUESTS
public static final TrEnsStat FAILED_LOGINS
public static TrEnsStat[] values()
for (TrEnsStat c : TrEnsStat.values()) System.out.println(c);
public static TrEnsStat 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 getAppKey()
NlsKeypublic java.lang.String getSubKey()
NlsKeypublic java.lang.String getText(java.lang.Object... args)
NlsKeypublic java.lang.String getTipText()
getTipText in interface NlsDatabaseKeypublic java.lang.String getTableName()
getTableName in interface NlsDatabaseKeypublic java.lang.String getColumnName()
getColumnName in interface NlsDatabaseKeypublic java.lang.String getFullName()
getFullName in interface NlsDatabaseKeypublic boolean equals(java.lang.String fullColumnName)
NlsDatabaseKeyequals in interface NlsDatabaseKeyCopyright © 2014 EsprIT-Systems. All Rights Reserved.