Package org.sblim.cimclient.internal.util


package org.sblim.cimclient.internal.util
Internal utility classes, such as constants, defaults, configuration and others. The classes and interfaces herein are for internal use of the SBLIM Client for Java only and might therefore be modified or removed without notice.
Since:
2.0.0
  • Class
    Description
    Class MOF is responsible for helping MOF String generation.
    Class StringSorter is responsible for non case sensitive sorting and binary searching of String arrays.
    Class ThreadPool implements a pool that manages threads and executes submitted tasks using this threads.
    Class Util is responsible for storing commonly used static methods.
    Class WBEMConfigurationFile is responsible for initializing the the configuration properties from the configuration file.
    Interface WBEMConfigurationDefaults holds the default values for the configuration properties.
    Class WBEMConstants contains global constants of the CIM client.
    XMLHostStr helps to convert XML HOST element style string into JSR48 style protocol, host and port strings.