public class EventID extends Object
The server always tries to get the event ID from the text file "server.phm" (in order to use a localized text version) but if this fails, the English text will be used. This may occur during startup of the server, e.g. when trying to load the "server.phm" file or other crucial information.
Errors or exception from Java Virtual Machine (JVM) uses the language of the JVM.
Events starts with the following character:
Prefix Description ------ ----------- S Server events C Events displayed on the clients by the server Z Localized texts that are not real event IDsThe events are divided into the following groups:
Prefix Type Description ------ ------------- ------------------------------------------------------- . E Error The server could not perform a task. . . C Critical Needs the attention of an administrator. . . W Warning Should be taken quite seriously, obsolete warnings . should be filtered out by the administrator. . . I Informational These events notifies a normal server behavior. Use . the filter mechanism to choose the most important ones.After normal event texts, there is a four digit number, except for parameters to another event. These start with the same two characters as the base event ID followed by a 'P' (for Parameter, e.g. "SE0002 Cannot load Phantom Runtime File", with parameter "SEP0001 The runtime file is not backwards compatible").
| Modifier and Type | Field and Description |
|---|---|
static int | EVENT_C_AdminConnectionListenerErrorInbound remote administration connection listener error. |
static int | EVENT_C_ClientConnectionListenerErrorInbound client connection listener error. |
static int | EVENT_C_ClientServerAddressErrorEntry 'clientServerAddress' caused exception. |
static int | EVENT_C_CryptInterfaceErrorError loading cryptographic interface. |
static int | EVENT_C_GeneralIOErrorGeneral I/O Error. |
static int | EVENT_C_HostCommunicationErrorHost communication (general) error. |
static int | EVENT_C_HostReceiveCommunicationFailedHost communication (at receive) failed. |
static int | EVENT_C_HostSendCommunicationFailedHost communication (at send) failed. |
static int | EVENT_C_InternalProgramErrorInternal program error. |
static int | EVENT_C_InvalidRemoteAdministrationCommandInvalid remote administration command. |
static int | EVENT_C_IP2LocationIP2Location critical error. |
static int | EVENT_C_LicenseCritical events for the License engine. |
static int | EVENT_C_MaxClientCountReachedMaximum concurrent user count reached. |
static int | EVENT_C_MaxWebServerRequestCountReachedMaximum simultaneous web server requests reached. |
static int | EVENT_C_NewClientConnectionAllowedErrorError during new connections from clients allowed. |
static int | EVENT_C_NewClientConnectionDisallowedErrorError during new connections from clients not allowed. |
static int | EVENT_C_NoAuthenticationApplicationLoadedNo authentication application is loaded. |
static int | EVENT_C_NotSupportedYetFunction not supported in this NetPhantom version. |
static int | EVENT_C_WebServerOutOfMemoryWeb server is out of memory. |
static int | EVENT_CC_BeginThe beginning of the Criticals. |
static int | EVENT_CC_EndThe end of the Errors. |
static int | EVENT_CP_InvalidTelnetIACStateAn invalid Telnet IAC state was received from host. |
static int | EVENT_E_AdminUserExitErrorThe Administration User Exit cannot be created. |
static int | EVENT_E_CannotLoadRuntimeFileCannot load a runtime file. |
static int | EVENT_E_ClientCertErrorClient Certificate error. |
static int | EVENT_E_ConnectorError events for the Connectors. |
static int | EVENT_E_EventLogEngineError events for the event log engine. |
static int | EVENT_E_EventMessengerError events for the event messenger engines. |
static int | EVENT_E_EventUserExitErrorThe Event User Exit cannot be created. |
static int | EVENT_E_FileReadErrorCannot read the file. |
static int | EVENT_E_FontSubstitutionSectionInvalidThe [FontSubstitution] section in "server.ini" contains invalid data. |
static int | EVENT_E_HostSectionInvalidThe [host] section in "server.ini" contains invalid data. |
static int | EVENT_E_HTMLLoadDocumentError loading HTML document. |
static int | EVENT_E_HTMLParserHTML parser error. |
static int | EVENT_E_InvalidAdminServerPortThe adminServerPort in [base] in "server.ini" is invalid. |
static int | EVENT_E_InvalidClientServerPortThe clientServerPort in [base] in "server.ini" is invalid. |
static int | EVENT_E_InvalidClientSessionCountInvalid setting for maximum client session count. |
static int | EVENT_E_InvalidCountrySettingInvalid setting found in the [country] section in "server.ini". |
static int | EVENT_E_InvalidTraceFileThe trace file names are invalid. |
static int | EVENT_E_IP2LocationIP2Location error. |
static int | EVENT_E_LoadBalancingLoad balancing error. |
static int | EVENT_E_LocaleDataNotFoundLocale specific text data not found in "server.phm". |
static int | EVENT_E_LUMappingUserExitErrorThe 3270 LU Mapping User Exit cannot be created. |
static int | EVENT_E_NoSuchAlgorithmExceptionThe MessageDigest class doesn't support the current algorithm. |
static int | EVENT_E_RemoteApplicationError events for the RemoteApplication engine. |
static int | EVENT_E_SecureLoginError events for the SecureLogin engine. |
static int | EVENT_E_SessionPoolingError events for the SessionPooling engine. |
static int | EVENT_E_SNTPNtpPoller and SNTP Client error. |
static int | EVENT_E_TransactionVersionErrorThe client and server transaction version doesn't match. |
static int | EVENT_E_UserAuthenticationUserExitErrorThe User Authentication User Exit cannot be created. |
static int | EVENT_E_WebApplicationErrorWeb Application error. |
static int | EVENT_E_XMLXML error. |
static int | EVENT_EC_BeginThe beginning of the Errors. |
static int | EVENT_EC_EndThe end of the Errors. |
static int | EVENT_EP_BackwardsCompatibleThe runtime file is not compiled with the "Backwards compatible" option. |
static int | EVENT_EP_GeneralFailureA general failure occurred in the Telnet Communication. |
static int | EVENT_EP_InvalidHostCodePageHostCodePage is invalid. |
static int | EVENT_EP_InvalidHostSessionIDThe host session ID is not A to Z. |
static int | EVENT_EP_InvalidHostSessionIDEntryFormatThe host session ID specification is invalid (ID=Type HostAddress [ HostPort [ PeerData ] ]). |
static int | EVENT_EP_InvalidHostSessionRefThe reference to host session ID not found. |
static int | EVENT_EP_InvalidSignatureThe Phantom file doesn't have the correct file signature. |
static int | EVENT_EP_InvalidVersionThe runtime file is not compiled with the "Backwards compatible" option. |
static int | EVENT_EP_NoHostSessionIDsNo host session IDs are listed (ID=Type HostAddress [ HostPort [ PeerData ] ]). |
static int | EVENT_EP_NoMacroInPHEA Phantom Object refers to a macro that doesn't exist in the PHE file. |
static int | EVENT_EP_NoPHAThe Phantom file (PHA) is not in correct format. |
static int | EVENT_EP_NoPHEThe Phantom file (PHE) is not in correct format. |
static int | EVENT_EP_NoPHOThe Phantom file (PHO) is not in correct format. |
static int | EVENT_EP_NoPHWThe Phantom file (PHW) is not in correct format. |
static int | EVENT_EP_NoTerminalTypeListSpecifiedNo host terminal type specified in "server.ini". |
static int | EVENT_EP_ObjectClassNotFoundA Phantom Object (REXX code or DLL object) Java Class couldn't be found. |
static int | EVENT_I_ApplicationBroadcastClientMessageA message is broadcasted to clients running an application. |
static int | EVENT_I_ApplicationNotAllowedWithHostIDThe requested application is disabled and the server refused the client connection. |
static int | EVENT_I_BroadcastClientMessageA message is broadcasted to clients. |
static int | EVENT_I_ClientCertAuthSuccessSuccess in authenticating client certificate. |
static int | EVENT_I_ClientConnectedNew client connection has been established. |
static int | EVENT_I_ClientDisconnectedClient connection has been disconnected. |
static int | EVENT_I_ClientEnvironmentClient environment. |
static int | EVENT_I_ClientServerListenInfoServer will listen for client connection on address:port. |
static int | EVENT_I_ClientSessionClosedByOperatorClient session was closed by the operator. |
static int | EVENT_I_ClientStartingAdminAppThe client is starting the Server Administration application. |
static int | EVENT_I_ClosingServerSocketStarting server socket. |
static int | EVENT_I_ConnectedToHostA host session has been connected. |
static int | EVENT_I_ConnectingToHostA host session is being established. |
static int | EVENT_I_CurrentCacheSizeCurrent cache size. |
static int | EVENT_I_DisconnectedFromHostA host session has been disconnected. |
static int | EVENT_I_DisposingClientConnectionA client connection has been disposed. |
static int | EVENT_I_EventFileRotatedThe event log files are rotated. |
static int | EVENT_I_EventFileStartedThe event log file is started. |
static int | EVENT_I_EventFileStoppedThe event log file is stopped. |
static int | EVENT_I_EventLogEngineInformational events for the event log engine. |
static int | EVENT_I_EventMessengerInformational events for the event messenger engines. |
static int | EVENT_I_FinishedPreloadingClassesFinished preloading of classes. |
static int | EVENT_I_HostEOFExceptionInformational event for Host Connection closed (EOF). |
static int | EVENT_I_HostTerminalTypeNegotiatedThe host and the server have negotiated a terminal type. |
static int | EVENT_I_HTTPRequestHTTP request. |
static int | EVENT_I_HTTPTunnelingEnabledHTTP request. |
static int | EVENT_I_InactivityDisposeClosing client connection due to inactivity. |
static int | EVENT_I_InactivityWarningSending connection inactivity warning sent to client. |
static int | EVENT_I_IP2LocationIP2Location information. |
static int | EVENT_I_KeyboardRemapperSavedTerminal keyboard remapper saved to file. |
static int | EVENT_I_LicenseInformational events for the License engine. |
static int | EVENT_I_LoadBalancingLoad balancing information. |
static int | EVENT_I_LoadingClientCertsLoading the client certificates database. |
static int | EVENT_I_LoadingRevokedClientCertsLoading the revoked client certificates database. |
static int | EVENT_I_LoadingRuntimeApplicationThe server is loading runtime application. |
static int | EVENT_I_LoadResourceThe Web Server loads resource. |
static int | EVENT_I_LoadSSLInformationLoading SSL information. |
static int | EVENT_I_LUMapperFileReloadedThe LU mapper file has been reloaded. |
static int | EVENT_I_MaxCacheSizeCurrent max cache size. |
static int | EVENT_I_MaximumClientCountSettingMaximum client connection count setting has been set. |
static int | EVENT_I_NewClientConnectionAllowedNew connections from clients is allowed. |
static int | EVENT_I_NewClientConnectionDisallowedNew connections from clients is not allowed. |
static int | EVENT_I_NewKeyboardRemapperNew terminal keyboard remapper assigned. |
static int | EVENT_I_NewTerminalColorsNew terminal colors assigned to host session index. |
static int | EVENT_I_PhantomEditorPhantomEditor engine information event. |
static int | EVENT_I_RemoteApplicationInformational events for the RemoteApplication engine. |
static int | EVENT_I_ResourceSizeSize of a resource. |
static int | EVENT_I_ResumeInactivityClient is resuming from connection inactivity warning. |
static int | EVENT_I_SecureLoginInformational events for the SecureLogin engine. |
static int | EVENT_I_SendClientMessageA message is sent to client. |
static int | EVENT_I_ServerAdminInterfaceThe server administration interface is successfully started. |
static int | EVENT_I_ServerHardRestartThe server is restarting after a hard restart. |
static int | EVENT_I_ServerReadyThe server is in a ready state. |
static int | EVENT_I_ServerRestartDownWhenNoUsersThe server will restart when all users have disconnected. |
static int | EVENT_I_ServerShutDownThe server has shut-down properly. |
static int | EVENT_I_ServerShuttingDownThe server is about to shut-down. |
static int | EVENT_I_ServerShuttingDownWhenNoUsersThe server will shut-down when all users have disconnected. |
static int | EVENT_I_ServerSoftRestartThe server is restarting after a soft restart. |
static int | EVENT_I_ServerStartupThe server is starting up. |
static int | EVENT_I_ServerStoppedHardJVMRestartThe server has been stopped for a hard JVM restart... |
static int | EVENT_I_ServerStoppedRestartThe server has been stopped for a restart... |
static int | EVENT_I_SessionPoolingInformational events for the SessionPooling engine. |
static int | EVENT_I_SNTPNtpPoller and SNTP Client warning. |
static int | EVENT_I_StartPreloadingClassesStart of preloading of classes. |
static int | EVENT_I_StartServerSocketStarting server socket. |
static int | EVENT_I_StoppingServerSocketStopping server socket. |
static int | EVENT_I_TerminalColorsSavedTerminal colors saved to file "ProgramName.terminalColors". |
static int | EVENT_I_TraceFileRotatedThe trace files are rotated. |
static int | EVENT_I_TraceSettingChangedTrace setting has changed for a client or the default tracing. |
static int | EVENT_I_UserAuthenticationInterfaceStartedThe User Authentication interface is successfully started. |
static int | EVENT_I_UserDeniedApplicationDisabledThe requested application is disabled and the server refused the client connection. |
static int | EVENT_I_WebApplicationWeb application notification. |
static int | EVENT_I_WebServerLoadedThe Web Server interface is successfully loaded. |
static int | EVENT_I_WebServerStoppedThe Web Server is stopped. |
static int | EVENT_IC_BeginThe beginning of the Informational. |
static int | EVENT_IC_EndThe end of the Informational. |
static int | EVENT_W_AccessNotAllowedNo access allowed (no groups for resource). |
static int | EVENT_W_AuthorisationRepeatedNCValuePossible authentication replay attack. |
static int | EVENT_W_ClientCertificateRequiredClient certificate required. |
static int | EVENT_W_ClientCertNotInDBClient certificate not in access control database. |
static int | EVENT_W_ClientCertRevokedClient certificate revoked in revoked access control database. |
static int | EVENT_W_ClientCommunicationFailedClient communication failed. |
static int | EVENT_W_DomainAccessNotAllowedDomain access is not allowed. |
static int | EVENT_W_EncryptionRequiredEncryption required. |
static int | EVENT_W_ErrorSendingHostKeysError when sending keystrokes to host session. |
static int | EVENT_W_ErrorSettingHostFieldError when setting data to a host field. |
static int | EVENT_W_EventLogEngineWarning events for the event log engine. |
static int | EVENT_W_EventMessengerWarning events for the event messenger engines. |
static int | EVENT_W_ForcedDisposingClientConnectionForced disposal of client connection due to inactivity. |
static int | EVENT_W_GroupIDFormatFailureGroup ID format failure. |
static int | EVENT_W_GuiOnTheFlyWarning events for the Gui-on-the-Fly module. |
static int | EVENT_W_HelpDocumentNotFoundHelp document not found. |
static int | EVENT_W_HostColorErrorLoading terminal colors file I/O error. |
static int | EVENT_W_HostConversionWarning event for host conversion, such as combination box, spin button. |
static int | EVENT_W_HTMLFormDataHTML FORM data error. |
static int | EVENT_W_HTTPRequestHTTP request error. |
static int | EVENT_W_InconsistantRuntimeApplicationAn inconsistency detected in the runtime application. |
static int | EVENT_W_InvalidClientHashCodeClient transaction ignored due to new server data. |
static int | EVENT_W_InvalidClientParameterAn invalid client parameter was detected. |
static int | EVENT_W_InvalidClientQueueSizeThe clientQueueSize setting in "server.ini" is invalid, the default size will be used. |
static int | EVENT_W_InvalidUserIDPasswordInvalid USERID/PASSWORD. |
static int | EVENT_W_InvalidWebServerRequestAn invalid Web Server request was received. |
static int | EVENT_W_IP2LocationIP2Location warning. |
static int | EVENT_W_KeyboardRemapperErrorLoading terminal keyboard remapper file I/O error. |
static int | EVENT_W_LicenseWarning events for the License engine. |
static int | EVENT_W_LoadBalancingLoad balancing warning. |
static int | EVENT_W_PhantomEditorWarning events for the PhantomEditor engine. |
static int | EVENT_W_PhantomObjectExecErrorAn error occured during execution of a Phantom Object. |
static int | EVENT_W_PreloadClassFailedPreloading of a class failed. |
static int | EVENT_W_RemoteApplicationWarning events for the RemoteApplication engine. |
static int | EVENT_W_ResourceFormatFailureResource format failure. |
static int | EVENT_W_SecureLoginWarning events for the SecureLogin engine. |
static int | EVENT_W_ServerConfigurationRequiredThe server requires configuration. |
static int | EVENT_W_SessionPoolingWarning events for the SessionPooling engine. |
static int | EVENT_W_SNTPNtpPoller and SNTP Client warning. |
static int | EVENT_W_StrongEncryptionRequiredStrong encryption required. |
static int | EVENT_W_TooManyBadLoginsUser has been inactivated due to too many invalid logins; |
static int | EVENT_W_UnknownDocumentBaseThe SSL connection from the client is not accepted due to unknown document base. |
static int | EVENT_W_UserIDFormatFailureUser ID format failure. |
static int | EVENT_W_WarningClientCountReachedWarning level of concurrent user count reached. |
static int | EVENT_W_WarningWebServerRequestCountReachedWarning level of simultaneous web server requests reached. |
static int | EVENT_W_WebServerRequestExceptionWeb Server request exception. |
static int | EVENT_WC_BeginThe beginning of the Warnings. |
static int | EVENT_WC_EndThe end of the Errors. |
static int | EVENTCLASS_CRITICALThe event class for critical events (2). |
static int | EVENTCLASS_ERRORThe event class for errors (1). |
static int | EVENTCLASS_INFORMATIONALThe event class for informational events (4). |
static int | EVENTCLASS_WARNINGThe event class for warnings (3). |
| Constructor and Description |
|---|
EventID() |
| Modifier and Type | Method and Description |
|---|---|
static int | getEventClass(int eventID)Gets the event class for an event ID. |
static int | getEventCount()Gets the event count. |
static String[] | getEventIDs()Gets the list of available EventIDs for event logging. |
static String[] | getEventIDsDescription()Gets the list of available EventIDs description for event logging. |
static String | getEventIDString(int eventID)Gets the event ID string that is stored in server.phm. |
static int | getFirstBufferIndex(String event)Gets the first buffer index of a text string containing the event ID. |
static int | getLastBufferIndex(String event)Gets the last buffer index of a text string containing the event ID. |
static String | getText(int eventID)Gets the required text for a message. |
static String | getText(int eventID, int appendedTextID)Gets the required text for a message. |
static String | getText(int eventID, String appendedText)Gets the required text for a message. |
static String | getText(String language, int eventID)Gets the required text for a message. |
static String | getText(String language, int eventID, int appendedTextID)Gets the required text for a message. |
static String | getText(String language, int eventID, String appendedText)Gets the required text for a message. |
static int | mapEventToBufferIndex(int id)Maps an event ID to a buffer table index. |
static void | resolveTextIDReferences(String fn, Hashtable<String,String> t)Creates a hashtable of the event IDs, mapping them to a string in the "server.phm" Phantom Text File. |
public static final int EVENTCLASS_ERROR
public static final int EVENTCLASS_CRITICAL
public static final int EVENTCLASS_WARNING
public static final int EVENTCLASS_INFORMATIONAL
public static final int EVENT_EC_Begin
public static final int EVENT_E_FileReadError
public static final int EVENT_E_CannotLoadRuntimeFile
public static final int EVENT_E_HostSectionInvalid
public static final int EVENT_E_LocaleDataNotFound
public static final int EVENT_E_EventUserExitError
public static final int EVENT_E_AdminUserExitError
public static final int EVENT_E_LUMappingUserExitError
public static final int EVENT_E_InvalidTraceFile
public static final int EVENT_E_InvalidClientServerPort
public static final int EVENT_E_InvalidAdminServerPort
public static final int EVENT_E_UserAuthenticationUserExitError
public static final int EVENT_E_InvalidCountrySetting
public static final int EVENT_E_InvalidClientSessionCount
public static final int EVENT_E_FontSubstitutionSectionInvalid
public static final int EVENT_E_TransactionVersionError
public static final int EVENT_E_NoSuchAlgorithmException
public static final int EVENT_E_HTMLLoadDocument
public static final int EVENT_E_WebApplicationError
public static final int EVENT_E_HTMLParser
public static final int EVENT_E_ClientCertError
public static final int EVENT_E_LoadBalancing
public static final int EVENT_E_EventLogEngine
public static final int EVENT_E_EventMessenger
public static final int EVENT_E_SecureLogin
public static final int EVENT_E_SessionPooling
public static final int EVENT_E_RemoteApplication
public static final int EVENT_E_Connector
public static final int EVENT_E_XML
public static final int EVENT_E_IP2Location
public static final int EVENT_E_SNTP
public static final int EVENT_EC_End
public static final int EVENT_EP_BackwardsCompatible
public static final int EVENT_EP_InvalidVersion
public static final int EVENT_EP_InvalidSignature
public static final int EVENT_EP_NoPHE
public static final int EVENT_EP_NoPHA
public static final int EVENT_EP_NoPHW
public static final int EVENT_EP_NoPHO
public static final int EVENT_EP_NoMacroInPHE
public static final int EVENT_EP_ObjectClassNotFound
public static final int EVENT_EP_NoTerminalTypeListSpecified
public static final int EVENT_EP_GeneralFailure
public static final int EVENT_EP_InvalidHostCodePage
public static final int EVENT_EP_NoHostSessionIDs
public static final int EVENT_EP_InvalidHostSessionID
public static final int EVENT_EP_InvalidHostSessionIDEntryFormat
public static final int EVENT_EP_InvalidHostSessionRef
public static final int EVENT_CC_Begin
public static final int EVENT_C_HostCommunicationError
public static final int EVENT_C_HostSendCommunicationFailed
public static final int EVENT_C_HostReceiveCommunicationFailed
public static final int EVENT_C_ClientConnectionListenerError
public static final int EVENT_C_AdminConnectionListenerError
public static final int EVENT_C_InvalidRemoteAdministrationCommand
public static final int EVENT_C_InternalProgramError
public static final int EVENT_C_NewClientConnectionAllowedError
public static final int EVENT_C_NewClientConnectionDisallowedError
public static final int EVENT_C_CryptInterfaceError
public static final int EVENT_C_NotSupportedYet
public static final int EVENT_C_GeneralIOError
public static final int EVENT_C_ClientServerAddressError
public static final int EVENT_C_NoAuthenticationApplicationLoaded
public static final int EVENT_C_WebServerOutOfMemory
public static final int EVENT_C_MaxClientCountReached
public static final int EVENT_C_MaxWebServerRequestCountReached
public static final int EVENT_C_License
public static final int EVENT_C_IP2Location
public static final int EVENT_CC_End
public static final int EVENT_CP_InvalidTelnetIACState
public static final int EVENT_WC_Begin
public static final int EVENT_W_ClientCommunicationFailed
public static final int EVENT_W_InvalidClientQueueSize
public static final int EVENT_W_PhantomObjectExecError
public static final int EVENT_W_InvalidClientParameter
public static final int EVENT_W_InconsistantRuntimeApplication
public static final int EVENT_W_ErrorSettingHostField
public static final int EVENT_W_ErrorSendingHostKeys
public static final int EVENT_W_HelpDocumentNotFound
public static final int EVENT_W_InvalidClientHashCode
public static final int EVENT_W_HostColorError
public static final int EVENT_W_KeyboardRemapperError
public static final int EVENT_W_InvalidWebServerRequest
public static final int EVENT_W_WebServerRequestException
public static final int EVENT_W_UnknownDocumentBase
public static final int EVENT_W_ServerConfigurationRequired
public static final int EVENT_W_PreloadClassFailed
public static final int EVENT_W_UserIDFormatFailure
public static final int EVENT_W_GroupIDFormatFailure
public static final int EVENT_W_ResourceFormatFailure
public static final int EVENT_W_EncryptionRequired
public static final int EVENT_W_StrongEncryptionRequired
public static final int EVENT_W_AuthorisationRepeatedNCValue
public static final int EVENT_W_AccessNotAllowed
public static final int EVENT_W_DomainAccessNotAllowed
public static final int EVENT_W_ClientCertificateRequired
public static final int EVENT_W_InvalidUserIDPassword
public static final int EVENT_W_HTTPRequest
public static final int EVENT_W_HTMLFormData
public static final int EVENT_W_ClientCertNotInDB
public static final int EVENT_W_WarningClientCountReached
public static final int EVENT_W_WarningWebServerRequestCountReached
public static final int EVENT_W_ForcedDisposingClientConnection
public static final int EVENT_W_EventLogEngine
public static final int EVENT_W_EventMessenger
public static final int EVENT_W_SecureLogin
public static final int EVENT_W_TooManyBadLogins
public static final int EVENT_W_LoadBalancing
public static final int EVENT_W_SessionPooling
public static final int EVENT_W_GuiOnTheFly
public static final int EVENT_W_HostConversion
public static final int EVENT_W_ClientCertRevoked
public static final int EVENT_W_RemoteApplication
public static final int EVENT_W_PhantomEditor
public static final int EVENT_W_License
public static final int EVENT_W_IP2Location
public static final int EVENT_W_SNTP
public static final int EVENT_WC_End
public static final int EVENT_IC_Begin
public static final int EVENT_I_ServerStartup
public static final int EVENT_I_ServerReady
public static final int EVENT_I_ServerShuttingDown
public static final int EVENT_I_ServerShutDown
public static final int EVENT_I_LoadingRuntimeApplication
public static final int EVENT_I_ConnectingToHost
public static final int EVENT_I_ConnectedToHost
public static final int EVENT_I_DisconnectedFromHost
public static final int EVENT_I_HostTerminalTypeNegotiated
public static final int EVENT_I_NewClientConnectionAllowed
public static final int EVENT_I_NewClientConnectionDisallowed
public static final int EVENT_I_ClientConnected
public static final int EVENT_I_ClientDisconnected
public static final int EVENT_I_DisposingClientConnection
public static final int EVENT_I_MaximumClientCountSetting
public static final int EVENT_I_EventFileStarted
public static final int EVENT_I_EventFileStopped
public static final int EVENT_I_EventFileRotated
public static final int EVENT_I_TraceFileRotated
public static final int EVENT_I_ServerAdminInterface
public static final int EVENT_I_UserAuthenticationInterfaceStarted
public static final int EVENT_I_ServerShuttingDownWhenNoUsers
public static final int EVENT_I_SendClientMessage
public static final int EVENT_I_BroadcastClientMessage
public static final int EVENT_I_ApplicationBroadcastClientMessage
public static final int EVENT_I_TraceSettingChanged
public static final int EVENT_I_LUMapperFileReloaded
public static final int EVENT_I_ClientSessionClosedByOperator
public static final int EVENT_I_NewTerminalColors
public static final int EVENT_I_TerminalColorsSaved
public static final int EVENT_I_NewKeyboardRemapper
public static final int EVENT_I_KeyboardRemapperSaved
public static final int EVENT_I_UserDeniedApplicationDisabled
public static final int EVENT_I_InactivityWarning
public static final int EVENT_I_ResumeInactivity
public static final int EVENT_I_InactivityDispose
public static final int EVENT_I_WebServerLoaded
public static final int EVENT_I_HTTPRequest
public static final int EVENT_I_HTTPTunnelingEnabled
public static final int EVENT_I_ClientEnvironment
public static final int EVENT_I_ServerStoppedRestart
public static final int EVENT_I_ServerStoppedHardJVMRestart
public static final int EVENT_I_ServerRestartDownWhenNoUsers
public static final int EVENT_I_ClientStartingAdminApp
public static final int EVENT_I_ServerSoftRestart
public static final int EVENT_I_ServerHardRestart
public static final int EVENT_I_ClientServerListenInfo
public static final int EVENT_I_StartPreloadingClasses
public static final int EVENT_I_FinishedPreloadingClasses
public static final int EVENT_I_PhantomEditor
public static final int EVENT_I_LoadSSLInformation
public static final int EVENT_I_StartServerSocket
public static final int EVENT_I_StoppingServerSocket
public static final int EVENT_I_ClosingServerSocket
public static final int EVENT_I_WebServerStopped
public static final int EVENT_I_LoadResource
public static final int EVENT_I_CurrentCacheSize
public static final int EVENT_I_MaxCacheSize
public static final int EVENT_I_ResourceSize
public static final int EVENT_I_ClientCertAuthSuccess
public static final int EVENT_I_LoadingClientCerts
public static final int EVENT_I_LoadBalancing
public static final int EVENT_I_EventLogEngine
public static final int EVENT_I_EventMessenger
public static final int EVENT_I_SecureLogin
public static final int EVENT_I_ApplicationNotAllowedWithHostID
public static final int EVENT_I_WebApplication
public static final int EVENT_I_SessionPooling
public static final int EVENT_I_LoadingRevokedClientCerts
public static final int EVENT_I_RemoteApplication
public static final int EVENT_I_License
public static final int EVENT_I_HostEOFException
public static final int EVENT_I_IP2Location
public static final int EVENT_I_SNTP
public static final int EVENT_IC_End
public static void resolveTextIDReferences(String fn, Hashtable<String,String> t) throws IOException
IOException - if an event ID cannot be resolved in the text fileClientSessionManagerpublic static int getEventClass(int eventID)
public static int getEventCount()
public static int mapEventToBufferIndex(int id)
public static String getText(int eventID)
Use this method to retrieve a specific localized text string.
public static String getText(String language, int eventID)
Use this method to retrieve a specific localized text string.
public static String getText(int eventID, int appendedTextID)
appendedID is used to find another appended text.Use this method to retrieve a specific text.
public static String getText(String language, int eventID, int appendedTextID)
appendedID is used to find another appended text.Use this method to retrieve a specific text.
public static String getText(int eventID, String appendedText)
appendedText may be null in order to omit any appended text.Use this method to retrieve a specific text.
public static String getText(String language, int eventID, String appendedText)
appendedText may be null in order to omit any appended text.Use this method to retrieve a specific text.
public static int getFirstBufferIndex(String event)
The case of the event string must be upper case.
public static int getLastBufferIndex(String event)
The case of the event string must be upper case.
public static String[] getEventIDs()
public static String[] getEventIDsDescription()
public static String getEventIDString(int eventID)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.