|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.wbem.client.WBEMClientConstants
public class WBEMClientConstants
This class defines the constants used for WBEMClient configuration.
Field Summary | |
---|---|
static java.lang.String |
PROP_ENABLE_CONSOLE_LOGGING
Set this property "1" to enable logging to the console. |
static java.lang.String |
PROP_ENABLE_FILE_LOGGING
Set this property to "1" to enable logging to a file. |
static java.lang.String |
PROP_LOG_BYTE_LIMIT
The maximum size in bytes for each log file. |
static java.lang.String |
PROP_LOG_DIR
Set this property to the directory where the log files are created. |
static java.lang.String |
PROP_LOG_FILENAME
The name client log file. |
static java.lang.String |
PROP_LOG_NUM_FILES
The number of log files that will be used. |
static java.lang.String |
PROP_TIMEOUT
The timeout for the client to wait for connections. |
static java.lang.String |
PROTOCOL_CIMXML
The CIM-XML Protocol as defined by the DMTF in the following specifications: |
static java.lang.String |
PROTOCOL_WSMANAGEMENT
The WS-Management Protocol as defined by the DMTF in the following specifications: |
Constructor Summary | |
---|---|
WBEMClientConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROP_ENABLE_CONSOLE_LOGGING
public static final java.lang.String PROP_ENABLE_FILE_LOGGING
public static final java.lang.String PROP_LOG_BYTE_LIMIT
public static final java.lang.String PROP_LOG_DIR
public static final java.lang.String PROP_LOG_FILENAME
public static final java.lang.String PROP_LOG_NUM_FILES
public static final java.lang.String PROP_TIMEOUT
public static final java.lang.String PROTOCOL_CIMXML
DSP0200 - CIM Operations over HTTP DSP0201 - Representation of CIM Using XML DSP0203 - CIM DTD
public static final java.lang.String PROTOCOL_WSMANAGEMENT
DSP0226 - WS-Management DSP0227 - WS-Management CIM Binding Specification DSP0230 - WS-CIM Mapping Specification
Constructor Detail |
---|
public WBEMClientConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |