Interface WBEMConstants


public interface WBEMConstants
Class WBEMConstants contains global constants of the CIM client.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final java.lang.String
    The CIMOM path
    static final java.util.Locale[]
    Platform default locales
    static final int
    The default (insecure) WBEM port
    static final int
    The default secure WBEM port
    static final java.lang.String
    DOM
    static final java.lang.String
    The HTTP protocol
    static final java.lang.String
    HTTP MPOST
    static final java.lang.String
    HTTP POST
    static final java.lang.String
    Status code field in HTTP trailer
    static final java.lang.String
    Status description field in HTTP trailer
    static final java.lang.String
    The HTTPS protocol
    static final java.lang.String
    Exception message for indication sender potential DoS
    static final java.lang.String
    ISO-8859-1 character encoding
    static final java.lang.String
    MESSAGE
    static final java.lang.String
    System property containing the operating system's name
    static final java.lang.String
    PULL
    static final java.lang.String
    SAX
    static final java.lang.String
    TRACE
    static 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 java.lang.String
    UTF-8
    static final java.lang.String
    Operating system name as found on z/OS
  • Field Details

    • HTTP

      static final java.lang.String HTTP
      The HTTP protocol
      See Also:
    • HTTPS

      static final java.lang.String HTTPS
      The HTTPS protocol
      See Also:
    • DEFAULT_WBEM_PORT

      static final int DEFAULT_WBEM_PORT
      The default (insecure) WBEM port
      See Also:
    • DEFAULT_WBEM_SECURE_PORT

      static final int DEFAULT_WBEM_SECURE_PORT
      The default secure WBEM port
      See Also:
    • CIMOM_PATH

      static final java.lang.String CIMOM_PATH
      The CIMOM path
      See Also:
    • DEFAULT_LOCALES

      static final java.util.Locale[] DEFAULT_LOCALES
      Platform default locales
    • HTTP_MPOST

      static final java.lang.String HTTP_MPOST
      HTTP MPOST
      See Also:
    • HTTP_POST

      static final java.lang.String HTTP_POST
      HTTP POST
      See Also:
    • MESSAGE

      static final java.lang.String MESSAGE
      MESSAGE
      See Also:
    • TRACE

      static final java.lang.String TRACE
      TRACE
      See Also:
    • DOM

      static final java.lang.String DOM
      DOM
      See Also:
    • PULL

      static final java.lang.String PULL
      PULL
      See Also:
    • SAX

      static final java.lang.String SAX
      SAX
      See Also:
    • UTF8

      static final java.lang.String UTF8
      UTF-8
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • UNICODE_MIN_SUPPLEMENTARY_CODE_POINT

      static final int UNICODE_MIN_SUPPLEMENTARY_CODE_POINT
      The minimum value of a supplementary code point.
      See Also:
    • UNICODE_MAX_CODE_POINT

      static final int UNICODE_MAX_CODE_POINT
      The maximum value of a Unicode code point.
      See Also:
    • HTTP_TRAILER_STATUS_CODE

      static final java.lang.String HTTP_TRAILER_STATUS_CODE
      Status code field in HTTP trailer
      See Also:
    • HTTP_TRAILER_STATUS_DESCRIPTION

      static final java.lang.String HTTP_TRAILER_STATUS_DESCRIPTION
      Status description field in HTTP trailer
      See Also:
    • ISO_8859_1

      static final java.lang.String ISO_8859_1
      ISO-8859-1 character encoding
      See Also:
    • OS_NAME

      static final java.lang.String OS_NAME
      System property containing the operating system's name
      See Also:
    • Z_OS

      static final java.lang.String Z_OS
      Operating system name as found on z/OS
      See Also:
    • INDICATION_DOS_EXCEPTION_MESSAGE

      static final java.lang.String INDICATION_DOS_EXCEPTION_MESSAGE
      Exception message for indication sender potential DoS
      See Also: