This group of packages implement a modeling framework based largely on the DMTF Common Information Model (CIM) Metamodel (version 3), with language bindings to Java 1.8 or later.

Note, however, that the implementation differs from the CIM Metamodel in the following ways:

  • ASSOCIATION classes are not implemented. The functionality of Associations can be implemented using standard CLASS or STRUCTURE VALUE constructs.
  • OUT parameters are not implemented. OUT parameters were used in CIM version 2 to return multiple values. Given that the version 3 metamodel now contains structures, which allow multiple values to be returned, OUT parameters are unnecessary, and cause complexity when mapping to Java.
  • INTERFACE classes have been added to the metamodel. They enable multiple inheritance in the model, and map to java interface classes.
  • Object names are structured differently. Unlike the standards, the ObjectPath class provides a single way to represent all named elements within the metamodel.
  • CIM operations over HTTP do not use XML. The CIM Server uses MOF and plain-text over HTTP to avoid an extra layer of translation to XML. In addition, the number of intrinsic operations required has been reduced significantly, since the all named elements can be unambiguously addressed using a uniform structure.
  • CQL support is partial. Joins are currently not supported in CQL, so the query returns a list of instance and structure values rather than row sets.
  • Java to MOF bindings are supported. Annotations enable the CIM model to be derived directly from the java code at run-time. Conversely, tools can create annotated java stubs from MOF input.

Related Documentation

  1. Common Information Model (CIM) Metamodel (DSP0004) Version 3.0.1, 2014-08-30
  2. Managed Object Format (MOF) (DSP0221) Version 3.0.1, 2015-04-16
  3. Cim Information Model (CIM) Infrastructure (DSP0004) Version 2.8.0, 2014-08-03
  4. CIM Operations over HTTP (DSP0200) Version 1.4.0, 2013-08-26
  5. CIM Query Language Specification (DSP0202) Version 1.0.0, 2007-08-13

Copyright and License


Copyright (c) 2013-2024, Sharad Singhal

Copyright (c) 2020-2024, Hewlett Packard Enterprise Development LP

All rights reserved.



 Redistribution and use in source and binary forms, with or without

 modification, are permitted provided that the following conditions are met:

 1. Redistributions of source code must retain the above copyright notice, this

    list of conditions and the following disclaimer.

 2. Redistributions in binary form must reproduce the above copyright notice,

    this list of conditions and the following disclaimer in the documentation

    and/or other materials provided with the distribution.

 3. Neither the name of the copyright holder nor the names of its

    contributors may be used to endorse or promote products derived from

    this software without specific prior written permission.

    

 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"

 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE

 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR

 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER

 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,

 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Packages
Package
Description
This package contains a partial implementation an ASN.1 parser and classes to manage ASN.1 values.
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package implements a query facility based on the DMTF CIM Query Language (CQL).
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
This package contains a number of tools, and a dispatcher for them.