Static constants

The JavaConnectorUtil class defines a number of static constants. See Table 156.

Table 156. Static constants defined in the JavaConnectorUtil class
Constant name Meaning
Message-file constants
CONNECTOR_MESSAGE_FILE Use the connector message file to generate messages.
INFRASTRUCTURE_MESSAGE_FILE

Use the InterChange Server message file (InterchangeSystem.txt) to generate messages.

Important:
Connectors should not obtain messages from the InterchangeSystem.txt file. Instead, they should always use their local connector message file.
Message-type constants
XRD_WARNING A warning message
XRD_TRACE A trace message
XRD_INFO An informational message
XRD_ERROR An error message
XRD_FATAL A fatal error message
Trace-level constants
LEVEL1 Level 1 of tracing
LEVEL2 Level 2 of tracing
LEVEL3 Level 3 of tracing
LEVEL4 Level 4 of tracing
LEVEL5 Level 5 of tracing

Copyright IBM Corporation 1997, 2004. All Rights Reserved.