public enum NetMessageType extends java.lang.Enum<NetMessageType> implements CheckOption
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 |
---|---|
java.lang.String |
getAppKey()
Returns the base prefix of the key
|
java.lang.Class |
getMessageArgType() |
static NetMessageType[] |
getServerStatusTypes()
Returns all message types that define messages caused by the server itself.
|
java.lang.String |
getSubKey()
Returns the path of the key
|
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 |
getTranslationKey() |
boolean |
isServerStatusMessage()
Tells whether this type of message is caused by the Server itself.
|
static NetMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetMessageType PING_MESSAGE
public static final NetMessageType AGENT_MESSAGE
public static final NetMessageType COMMAND_MESSAGE
public static final NetMessageType SERVER_MESSAGE
public static final NetMessageType SERVER_SHUTDOWN
public static final NetMessageType SYSTEM_EVENT
public static final NetMessageType REMOTE_TASK_EVENT
public static final NetMessageType NET_EVENT
public static final NetMessageType SERVER_BATCH_TASK_EVENT
public static final NetMessageType SERVER_LOG_EVENT
public static final NetMessageType SERVER_RECORD_CHANGE_EVENT
public static final NetMessageType SERVER_ABO_EVENT
public static final NetMessageType STATUS_DATA_SOURCE
public static final NetMessageType STATUS_TASK_EXECUTION
public static final NetMessageType STATUS_FILE_TRANSFER
public static final NetMessageType STATUS_RESOURCE_LOCK
public static final NetMessageType STATUS_PROC_CFG
public static final NetMessageType STATUS_LOG_FILE
public static final NetMessageType STATUS_LOG_CHANNEL
public static NetMessageType[] values()
for (NetMessageType c : NetMessageType.values()) System.out.println(c);
public static NetMessageType 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.Class getMessageArgType()
public boolean isServerStatusMessage()
EventMessageTypeRegisterAgent
public static NetMessageType[] getServerStatusTypes()
public java.lang.String getTranslationKey()
public java.lang.String getAppKey()
NlsKey
public java.lang.String getSubKey()
NlsKey
Copyright © 2014 EsprIT-Systems. All Rights Reserved.