Interface WBEMConstants
public interface WBEMConstants
Class WBEMConstants contains global constants of the CIM client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CIMOM pathstatic final Locale[]Platform default localesstatic final intThe default (insecure) WBEM portstatic final intThe default secure WBEM portstatic final StringDOMstatic final StringThe HTTP protocolstatic final StringHTTP MPOSTstatic final StringHTTP POSTstatic final StringStatus code field in HTTP trailerstatic final StringStatus description field in HTTP trailerstatic final StringThe HTTPS protocolstatic final StringException message for indication sender potential DoSstatic final StringISO-8859-1 character encodingstatic final StringMESSAGEstatic final StringSystem property containing the operating system's namestatic final StringPULLstatic final StringSAXstatic final StringTRACEstatic final intThe maximum value of a Unicode code point.static final intThe minimum value of a supplementary code point.static final charThe maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding.static final charThe maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding.static final charThe minimum value of a Unicode high-surrogate code unit in the UTF-16 encoding.static final charThe minimum value of a Unicode low-surrogate code unit in the UTF-16 encoding.static final StringUTF-8static final StringOperating 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:
-