Interface WBEMConstants
public interface WBEMConstants
Class WBEMConstants contains global constants of the CIM client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CIMOM pathstatic final Locale[]
Platform default localesstatic final int
The default (insecure) WBEM portstatic final int
The default secure WBEM portstatic final String
DOMstatic final String
The HTTP protocolstatic final String
HTTP MPOSTstatic final String
HTTP POSTstatic final String
Status code field in HTTP trailerstatic final String
Status description field in HTTP trailerstatic final String
The HTTPS protocolstatic final String
Exception message for indication sender potential DoSstatic final String
ISO-8859-1 character encodingstatic final String
MESSAGEstatic final String
System property containing the operating system's namestatic final String
PULLstatic final String
SAXstatic final String
TRACEstatic final int
The maximum value of a Unicode code point.static final int
The minimum value of a supplementary code point.static final char
The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding.static final char
The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding.static final char
The minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding.static final char
The minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding.static final String
UTF-8static final String
Operating system name as found on z/OS
-
Field Details
-
HTTP
-
HTTPS
-
DEFAULT_WBEM_PORT
static final int DEFAULT_WBEM_PORTThe default (insecure) WBEM port- See Also:
-
DEFAULT_WBEM_SECURE_PORT
static final int DEFAULT_WBEM_SECURE_PORTThe default secure WBEM port- See Also:
-
CIMOM_PATH
-
DEFAULT_LOCALES
Platform default locales -
HTTP_MPOST
-
HTTP_POST
-
MESSAGE
-
TRACE
-
DOM
-
PULL
-
SAX
-
UTF8
-
UTF16_MIN_HIGH_SURROGATE
static final char UTF16_MIN_HIGH_SURROGATEThe minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding.- See Also:
-
UTF16_MIN_LOW_SURROGATE
static final char UTF16_MIN_LOW_SURROGATEThe minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding.- See Also:
-
UTF16_MAX_HIGH_SURROGATE
static final char UTF16_MAX_HIGH_SURROGATEThe maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding.- See Also:
-
UTF16_MAX_LOW_SURROGATE
static final char UTF16_MAX_LOW_SURROGATEThe maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding.- See Also:
-
UNICODE_MIN_SUPPLEMENTARY_CODE_POINT
static final int UNICODE_MIN_SUPPLEMENTARY_CODE_POINTThe minimum value of a supplementary code point.- See Also:
-
UNICODE_MAX_CODE_POINT
static final int UNICODE_MAX_CODE_POINTThe maximum value of a Unicode code point.- See Also:
-
HTTP_TRAILER_STATUS_CODE
-
HTTP_TRAILER_STATUS_DESCRIPTION
Status description field in HTTP trailer- See Also:
-
ISO_8859_1
-
OS_NAME
-
Z_OS
-
INDICATION_DOS_EXCEPTION_MESSAGE
Exception message for indication sender potential DoS- See Also:
-