javax.wbem.client
Class WBEMClientConstants
public
class
WBEMClientConstants
extends Object
This class defines the constants used for WBEMClient
configuration.
Field Summary |
static String | PROPERTY_WBEM_CHUNKING
The following is an optional property that some implementation may not
support. |
static String | PROP_ENABLE_CONSOLE_LOGGING
Set this property to "1" to enable logging to the console. |
static String | PROP_ENABLE_DEBUG
Use this property to turn on debug. |
static String | PROP_ENABLE_FILE_LOGGING
Set this property to "1" to enable logging to a file. |
static String | PROP_LOG_BYTE_LIMIT
The maximum size in bytes for each log file. |
static String | PROP_LOG_DIR
Set this property to the directory where the log files are created. |
static String | PROP_LOG_FILENAME
The name of the client log file. |
static String | PROP_LOG_NUM_FILES
The number of log files that will be used. |
static String | PROP_TIMEOUT
The timeout for the client to wait for connections. |
static String | PROTOCOL_CIMXML
The CIM-XML Protocol as defined by the DMTF in the following
specifications:
DSP0200 - CIM Operations over HTTP
DSP0201 - Representation of CIM Using XML
DSP0203 - CIM DTD
|
static String | PROTOCOL_WSMANAGEMENT
The WS-Management Protocol as defined by the DMTF in the following
specifications:
DSP0226 - WS-Management
DSP0227 - WS-Management CIM Binding Specification
DSP0230 - WS-CIM Mapping Specification
|
public static final String PROPERTY_WBEM_CHUNKING
The following is an optional property that some implementation may not
support. This property will tell the server to use chunking for a client
request. Set this property to "1" to use chunking. Set to "0" to not use
chunking. The default is 1.
public static final String PROP_ENABLE_CONSOLE_LOGGING
Set this property to "1" to enable logging to the console. Set to "0" to
disable. The default is 0.
public static final String PROP_ENABLE_DEBUG
Use this property to turn on debug. "0" = off. Any other value is on. The
default is 0.
public static final String PROP_ENABLE_FILE_LOGGING
Set this property to "1" to enable logging to a file. Set to "0" to
disable. The default is 0.
public static final String PROP_LOG_BYTE_LIMIT
The maximum size in bytes for each log file. The default is 5MB. Note
that when the last entry is written, it may go past the limit.
public static final String PROP_LOG_DIR
Set this property to the directory where the log files are created. The
default is the directory in which the WBEM client program is run.
public static final String PROP_LOG_FILENAME
The name of the client log file. For a WBEM client using the CIM-XML or
WS-Management protocol the default is cimclient_log_N.txt where N is the
logfile number. The first client log file number is 0.
public static final String PROP_LOG_NUM_FILES
The number of log files that will be used. They will be used in
round-robin fashion. The default is 3.
public static final String PROP_TIMEOUT
The timeout for the client to wait for connections. This value is in
milliseconds. The default is 0 - unlimited. This value must be a valid
integer.
public static final String PROTOCOL_CIMXML
The CIM-XML Protocol as defined by the DMTF in the following
specifications:
DSP0200 - CIM Operations over HTTP
DSP0201 - Representation of CIM Using XML
DSP0203 - CIM DTD
public static final String PROTOCOL_WSMANAGEMENT
The WS-Management Protocol as defined by the DMTF in the following
specifications:
DSP0226 - WS-Management
DSP0227 - WS-Management CIM Binding Specification
DSP0230 - WS-CIM Mapping Specification
Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.