org.sblim.cimclient.internal.util
public interface WBEMConstants
| Field Summary | |
|---|---|
| static String | CIMOM_PATH
The CIMOM path |
| static Locale[] | DEFAULT_LOCALES
Platform default locales |
| static int | DEFAULT_WBEM_PORT
The default (unsecure) WBEM port |
| static String | DOM
DOM |
| static String | HTTP
The HTTP protocol |
| static String | HTTPS
The HTTPS 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 | ISO_8859_1
ISO-8859-1 character encoding |
| static String | MESSAGE
MESSAGE |
| static String | OS_NAME
System property containg the operating system's name |
| static String | PROTOCOL_CIMXML
The CIM-XML protocol |
| 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 |