org.sblim.cimclient.internal.util

Interface WBEMConstants

public interface WBEMConstants

Class WBEMConstants contains global constants of the CIM client.
Field Summary
static StringCIMOM_PATH
The CIMOM path
static Locale[]DEFAULT_LOCALES
Platform default locales
static intDEFAULT_WBEM_PORT
The default (insecure) WBEM port
static StringDOM
DOM
static StringHTTP
The HTTP protocol
static StringHTTPS
The HTTPS protocol
static StringHTTP_MPOST
HTTP MPOST
static StringHTTP_POST
HTTP POST
static StringHTTP_TRAILER_STATUS_CODE
Status code field in HTTP trailer
static StringHTTP_TRAILER_STATUS_DESCRIPTION
Status description field in HTTP trailer
static StringISO_8859_1
ISO-8859-1 character encoding
static StringMESSAGE
MESSAGE
static StringOS_NAME
System property containing the operating system's name
static StringPROTOCOL_CIMXML
The CIM-XML protocol
static StringPULL
PULL
static StringSAX
SAX
static StringTRACE
TRACE
static intUNICODE_MAX_CODE_POINT
The maximum value of a Unicode code point.
static intUNICODE_MIN_SUPPLEMENTARY_CODE_POINT
The minimum value of a supplementary code point.
static charUTF16_MAX_HIGH_SURROGATE
The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding.
static charUTF16_MAX_LOW_SURROGATE
The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding.
static charUTF16_MIN_HIGH_SURROGATE
The minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding.
static charUTF16_MIN_LOW_SURROGATE
The minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding.
static StringUTF8
UTF-8
static StringZ_OS
Operating system name as found on z/OS

Field Detail

CIMOM_PATH

public static final String CIMOM_PATH
The CIMOM path

DEFAULT_LOCALES

public static final Locale[] DEFAULT_LOCALES
Platform default locales

DEFAULT_WBEM_PORT

public static final int DEFAULT_WBEM_PORT
The default (insecure) WBEM port

DOM

public static final String DOM
DOM

HTTP

public static final String HTTP
The HTTP protocol

HTTPS

public static final String HTTPS
The HTTPS protocol

HTTP_MPOST

public static final String HTTP_MPOST
HTTP MPOST

HTTP_POST

public static final String HTTP_POST
HTTP POST

HTTP_TRAILER_STATUS_CODE

public static final String HTTP_TRAILER_STATUS_CODE
Status code field in HTTP trailer

HTTP_TRAILER_STATUS_DESCRIPTION

public static final String HTTP_TRAILER_STATUS_DESCRIPTION
Status description field in HTTP trailer

ISO_8859_1

public static final String ISO_8859_1
ISO-8859-1 character encoding

MESSAGE

public static final String MESSAGE
MESSAGE

OS_NAME

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

PROTOCOL_CIMXML

public static final String PROTOCOL_CIMXML

Deprecated: : Use WBEMClientConstants.PROTOCOL_CIMXML instead

The CIM-XML protocol

PULL

public static final String PULL
PULL

SAX

public static final String SAX
SAX

TRACE

public static final String TRACE
TRACE

UNICODE_MAX_CODE_POINT

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

UNICODE_MIN_SUPPLEMENTARY_CODE_POINT

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

UTF16_MAX_HIGH_SURROGATE

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

UTF16_MAX_LOW_SURROGATE

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

UTF16_MIN_HIGH_SURROGATE

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

UTF16_MIN_LOW_SURROGATE

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

UTF8

public static final String UTF8
UTF-8

Z_OS

public static final String Z_OS
Operating system name as found on z/OS
Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.