CIMArgument | A class used to denote the arguments passed to extrinsic method invocations. |
CIMAuthenticationException | Describes exceptional events associated with the authentication of the client. |
CIMClass | Defines a Java object that represents a CIM Class. |
CIMDataType | Provides the basic interface to define CIM data type defined by the CIM
specification. |
CIMDateTime | CIMDateTime.java
(C) Copyright IBM Corp. |
CIMElement | CIMElement.java
(C) Copyright IBM Corp. |
CIMException | This class is the super class for classes used to describe exceptional CIM
conditions. |
CIMFlavor | CIMFlavor.java
(C) Copyright IBM Corp. |
CIMInstance | CIMInstance.java
(C) Copyright IBM Corp. |
CIMMethod | This class is not thread safe. |
CIMNameSpace | CIMNameSpace.java
(C) Copyright IBM Corp. |
CIMObject | CIMObject.java
(C) Copyright IBM Corp. |
CIMObjectPath | Points to the specified CIM Class or CIM Instance. |
CIMParameter | CIMParameter.java
(C) Copyright IBM Corp. |
CIMProperty | CIMProperty.java
(C) Copyright IBM Corp. |
CIMQualifiableElement | CIMQualifiableElement.java
(C) Copyright IBM Corp. |
CIMQualifier | CIMQualifier.java
(C) Copyright IBM Corp. |
CIMQualifierType | CIMQualifierType.java
(C) Copyright IBM Corp. |
CIMScope | |
CIMSecurityException | CIMSecurityException.java
(C) Copyright IBM Corp. |
CIMSimpleDateTime | CIMSimpleDateTime.java
(C) Copyright IBM Corp. |
CIMTimeInterval | CIMTimeInterval.java
(C) Copyright IBM Corp. |
CIMTransportException | |
CIMValue | CIMValue.java
(C) Copyright IBM Corp. |
CIMVersion | CIMVersion.java
(C) Copyright IBM Corp. |
Numeric | 'numeric' properties are send out and retrieved by the CIM Client when the
CIMDataType of a Key property is one of the following:
- uint8, uint16, uint32, uint64
- int8, int16, int32, int64
- real32, real64
Is this the case, the Key Property, which is handled in the CIMObjectPath
is not of one of the CIMDataTypes, it is the XML data type 'numeric'. |
UnsignedInt16 | Implements a 16-bit unsigned integer object. |
UnsignedInt32 | Implements a 32-bit unsigned integer object. |
UnsignedInt64 | Implements a 64-bit unsigned integer object. |
UnsignedInt8 | Implements a 8-bit unsigned integer object. |