Package javax.cim

Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.

See:
          Description

Interface Summary
CIMQualifiedElementInterface The CIMQualifiedElementInterface is used by CIM Elements that have qualifiers.
 

Class Summary
CIMArgument This class represents an instance of a CIMParameter used for a method invocation.
CIMClass This class represents a CIM class as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMClassProperty This class represents a CIM property (when used for a CIMClass) as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMDataType This class represent a CIM data types as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMDateTime This abstract class repesents a CIM datetime data type as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMDateTimeAbsolute This class represents the datetime data type when used as a time value as specified in the CIM Infrastructure specification.
CIMDateTimeInterval This class represents the datetime data type when used as a time value as specified in the CIM Infrastructure specification.
CIMElement CIMElement represents the CIM element meta construct as defined in the CIM Infrastructure Specification.
CIMFlavor This class represents a CIM Flavor as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMInstance This class represents a CIM instance as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMMethod This class represents a CIM Method as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMObjectPath This clas represents the CIM Object Path as as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMParameter This class wraps a CIM paramter that is used to define an input, output or input/output parameter to a CIM method.
CIMProperty This class represents a CIM Property as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMQualifier This class represents a CIM qualifier as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMQualifierType The CIMQualifierType class represents a CIM Qualifier Type as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMScope This class represents a CIM Scope as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger16 This class represents an uint16 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger32 This class represents an uint32 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger64 This class represents an uint64 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger8 This class represents an uint8 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
 

Package javax.cim Description

Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. For more information on CIM, see http://www.dmtf.org/

Since:
JSR481.0.0


Java™ WBEM (JSR48) 1.0.0 API