org.sblim.cimclient.internal.util
Interface WBEMConstants


public interface WBEMConstants

Class WBEMConstants contains global constants of the CIM client.


Field Summary
static String CIMOM_PATH
          The CIMOM path
static Locale[] DEFAULT_LOCALES
          Platform default locales
static int DEFAULT_WBEM_PORT
          The default (insecure) WBEM port
static String DOM
          DOM
static String HTTP
          The HTTP protocol
static String HTTP_MPOST
          HTTP MPOST
static String HTTP_POST
          HTTP POST
static String HTTP_TRAILER_STATUS_CODE
          Status code field in HTTP trailer
static String HTTP_TRAILER_STATUS_DESCRIPTION
          Status description field in HTTP trailer
static String HTTPS
          The HTTPS protocol
static String ISO_8859_1
          ISO-8859-1 character encoding
static String MESSAGE
          MESSAGE
static String OS_NAME
          System property containing the operating system's name
static String PROTOCOL_CIMXML
          Deprecated. : Use WBEMClientConstants.PROTOCOL_CIMXML instead
static String PULL
          PULL
static String SAX
          SAX
static String TRACE
          TRACE
static int UNICODE_MAX_CODE_POINT
          The maximum value of a Unicode code point.
static int UNICODE_MIN_SUPPLEMENTARY_CODE_POINT
          The minimum value of a supplementary code point.
static char UTF16_MAX_HIGH_SURROGATE
          The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding.
static char UTF16_MAX_LOW_SURROGATE
          The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding.
static char UTF16_MIN_HIGH_SURROGATE
          The minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding.
static char UTF16_MIN_LOW_SURROGATE
          The minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding.
static String UTF8
          UTF-8
static String Z_OS
          Operating system name as found on z/OS
 

Field Detail

PROTOCOL_CIMXML

@Deprecated
static final String PROTOCOL_CIMXML
Deprecated. : Use WBEMClientConstants.PROTOCOL_CIMXML instead
The CIM-XML protocol

See Also:
Constant Field Values

HTTP

static final String HTTP
The HTTP protocol

See Also:
Constant Field Values

HTTPS

static final String HTTPS
The HTTPS protocol

See Also:
Constant Field Values

DEFAULT_WBEM_PORT

static final int DEFAULT_WBEM_PORT
The default (insecure) WBEM port

See Also:
Constant Field Values

CIMOM_PATH

static final String CIMOM_PATH
The CIMOM path

See Also:
Constant Field Values

DEFAULT_LOCALES

static final Locale[] DEFAULT_LOCALES
Platform default locales


HTTP_MPOST

static final String HTTP_MPOST
HTTP MPOST

See Also:
Constant Field Values

HTTP_POST

static final String HTTP_POST
HTTP POST

See Also:
Constant Field Values

MESSAGE

static final String MESSAGE
MESSAGE

See Also:
Constant Field Values

TRACE

static final String TRACE
TRACE

See Also:
Constant Field Values

DOM

static final String DOM
DOM

See Also:
Constant Field Values

PULL

static final String PULL
PULL

See Also:
Constant Field Values

SAX

static final String SAX
SAX

See Also:
Constant Field Values

UTF8

static final String UTF8
UTF-8

See Also:
Constant Field Values

UTF16_MIN_HIGH_SURROGATE

static final char UTF16_MIN_HIGH_SURROGATE
The minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding.

See Also:
Constant Field Values

UTF16_MIN_LOW_SURROGATE

static final char UTF16_MIN_LOW_SURROGATE
The minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding.

See Also:
Constant Field Values

UTF16_MAX_HIGH_SURROGATE

static final char UTF16_MAX_HIGH_SURROGATE
The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding.

See Also:
Constant Field Values

UTF16_MAX_LOW_SURROGATE

static final char UTF16_MAX_LOW_SURROGATE
The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding.

See Also:
Constant Field Values

UNICODE_MIN_SUPPLEMENTARY_CODE_POINT

static final int UNICODE_MIN_SUPPLEMENTARY_CODE_POINT
The minimum value of a supplementary code point.

See Also:
Constant Field Values

UNICODE_MAX_CODE_POINT

static final int UNICODE_MAX_CODE_POINT
The maximum value of a Unicode code point.

See Also:
Constant Field Values

HTTP_TRAILER_STATUS_CODE

static final String HTTP_TRAILER_STATUS_CODE
Status code field in HTTP trailer

See Also:
Constant Field Values

HTTP_TRAILER_STATUS_DESCRIPTION

static final String HTTP_TRAILER_STATUS_DESCRIPTION
Status description field in HTTP trailer

See Also:
Constant Field Values

ISO_8859_1

static final String ISO_8859_1
ISO-8859-1 character encoding

See Also:
Constant Field Values

OS_NAME

static final String OS_NAME
System property containing the operating system's name

See Also:
Constant Field Values

Z_OS

static final String Z_OS
Operating system name as found on z/OS

See Also:
Constant Field Values


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.