|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ca.idms.io.TraceObject ca.idms.proxy.ProxyOptions
public class ProxyOptions
This class defines options for the JDBC Server. On Windows, proxy options are usually specified in the registry. The most commonly used options can be set using the ODBC Administrator. All options can be set by manually editing the registry. The property names defined in this class are the value names.
On OS/390, z/OS, and Linux on both the mainframe and PC, proxy options can be specified in the IDMS configuration file, which is formatted like a Windows "ini" file. The property names defined in this class are the key names.
On all platforms, proxy options can be specified in the IDMS
properties file, which is formatted as a standard Java properties file.
The property names defined in this are appended to "Options." to form
the key in the properties file. These properties can also be specified
as system properites when prefixed with the system propery prefix
.
When an option is specified in more than one place, a value from the registry or configuration file overrides a value from the properties file, which overrides the value set as a system property. For compatibility with the registry and ini file conventions, boolean options are usually set as "integer" values, where 1 is "true" and 0 is "false".
Field Summary | |
---|---|
static java.lang.String |
KEY_BACKLOG
Property name to specify the listener backlog. |
static java.lang.String |
KEY_CLIENT_AUTH
Property name to enable SSL client authorization. |
static java.lang.String |
KEY_ENCODING
Property name to specify the preferred character encoding. |
static java.lang.String |
KEY_HOST
Property name to specify the listener host name. |
static java.lang.String |
KEY_LOG_LEVEL
Property name to specify the level of messages sent to syslog. |
static java.lang.String |
KEY_LOG_TRACE
Property name to specify the level of syslog messages sent to the trace. |
static java.lang.String |
KEY_PORT
Property name to specify the listener port. |
static java.lang.String |
KEY_PROXY
Prefix for JDBC Server options. |
static java.lang.String |
KEY_REMOTE_CONTROL
Property name to enable server to respond to a remote controller. |
static java.lang.String |
KEY_REMOTE_HOST
Property name to specify the remote server host name. |
static java.lang.String |
KEY_REMOTE_PORT
Property name to specify the remote server port. |
static java.lang.String |
KEY_REMOTE_SSL
Property name to enable SSL to the remote server. |
static java.lang.String |
KEY_REPLY_TIMEOUT
Property name to specify reply wait timeout. |
static java.lang.String |
KEY_SNAP
Property name to enable display of buffers in the trace. |
static java.lang.String |
KEY_SOCKET_TIMEOUT
Property name to specify socket wait timeout. |
static java.lang.String |
KEY_SSL
Property name to enable SSL for the listener. |
static java.lang.String |
KEY_TRACE
Property name to enable tracing. |
static java.lang.String |
KEY_UNICODE
Property name to force specify the use of UNICODE. |
static java.lang.String |
KEY_WAIT_TIMEOUT
Property name to specify the client wait timeout. |
static int |
LOG_DEBUG
Send debugging messages to system log, value = 12. |
static int |
LOG_ERROR
Send error messages to system log, value = 4. |
static int |
LOG_INFO
Send information messages to system log, value = 8. |
static int |
LOG_OFF
Disable system log messages, value = 0. |
static int |
LOG_VERBOSE
Send "verbose" information messages to system log, value = 10. |
static int |
LOG_WARNING
Send warning messages to system log, value = 6. |
static java.lang.String |
NAME
Product name = "CA JDBC Server". |
static java.lang.String |
VERSION
Product version = "17.0". |
Fields inherited from class ca.idms.io.TraceObject |
---|
exclude, EXCLUDE, FALSE, include, INCLUDE, logWriter, PREFIX, PROPERTIES_FILE, PROPERTIES_KEY, snap, SNAP, SNAP_BYTES, SNAP_NATIVE, SNAP_OBJECT, SNAP_SQL, snapBytes, snapNative, snapObject, snapSql, stub, trace, TRACE, TRACE_FILE, TRACE_LIFE, TRACE_NATIVE, TRACE_PRODUCT, traceLife, traceNative, traceStream, TRUE |
Method Summary |
---|
Methods inherited from class ca.idms.io.TraceObject |
---|
finalize, get, getBoolean, getClasses, getInteger, getProperty, listProperties, message, parseList, print, print, print, println, println, snap, snap, snap, snap, snap, snap, snap, toHex, toHex, toHex, toHex, toHex, toString, trace, trace, trace, trace, trace, trace, traceEntry, unloadProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String VERSION
public static final java.lang.String KEY_PROXY
public static final java.lang.String KEY_HOST
public static final java.lang.String KEY_PORT
public static final java.lang.String KEY_SSL
public static final java.lang.String KEY_CLIENT_AUTH
public static final java.lang.String KEY_BACKLOG
public static final java.lang.String KEY_REMOTE_HOST
public static final java.lang.String KEY_REMOTE_PORT
public static final java.lang.String KEY_REMOTE_SSL
public static final java.lang.String KEY_REMOTE_CONTROL
public static final java.lang.String KEY_ENCODING
public static final java.lang.String KEY_UNICODE
public static final java.lang.String KEY_REPLY_TIMEOUT
public static final java.lang.String KEY_SOCKET_TIMEOUT
A high value reduces server overhead, a low value allows the server to respond to shutdown events more quickly. Setting this to 0 will cause the the thread to block forever, and is not recommended. The default is 60 seconds.
public static final java.lang.String KEY_WAIT_TIMEOUT
public static final java.lang.String KEY_LOG_LEVEL
LOG_OFF
,
LOG_ERROR
,
LOG_WARNING
,
LOG_INFO
,
LOG_VERBOSE
,
LOG_DEBUG
,
"Advantage CA-IDMS Database Server Option User Guide",
Constant Field Valuespublic static final java.lang.String KEY_LOG_TRACE
LOG_ERROR
.
LOG_OFF
,
LOG_ERROR
,
LOG_WARNING
,
LOG_INFO
,
LOG_VERBOSE
,
LOG_DEBUG
,
"Advantage CA-IDMS Database Server Option User Guide",
Constant Field Valuespublic static final java.lang.String KEY_TRACE
public static final java.lang.String KEY_SNAP
public static final int LOG_OFF
public static final int LOG_ERROR
public static final int LOG_WARNING
public static final int LOG_INFO
public static final int LOG_VERBOSE
public static final int LOG_DEBUG
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |