Package javax.wbem.cim

Class Summary
CIMArgument This class represents parameters that are passed into an extrinsic method when it is invoked.
CIMClass Creates and instantiates a Java object that represents a CIM class.
CIMDataType Encapsulates the CIM data types (as defined in the CIM Specification).
CIMDateTime  
CIMElement Base class for managed system elements.
CIMFlavor A class to encapsulate the different CIM qualifier flavors, which specify overriding and inheritance rules.
CIMInstance The CIMInstance class represents an instance of a CIM class.
CIMMethod Creates and instantiates a CIM method.
CIMNameSpace Creates and instantiates a CIM namespace, an object that defines a scope within which object keys must be unique.
CIMObjectPath Path to the specified CIM class or CIM instance or CIM qualifier.
CIMParameter Creates and instantiates a CIM parameter, a value passed to a CIM method from a calling method.
CIMProperty Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
CIMQualifier Creates and instantiates a CIM qualifier, a value that provides additional information about classes, associations, indications, methods, method , parameters, triggers, instances, properties, or references.
CIMQualifierType Creates and instantiates a CIM qualifier type, which is a template for a CIM qualifier.
CIMScope A class to encapsulate the different CIM Scopes.
CIMValue This class encapsulates any CIM value which can be assigned to properties, references and qualifiers.
CIMVersion  
UnsignedInt16 Creates and instantiates an unsigned 16-bit integer object
UnsignedInt32 Creates and instantiates an unsigned 32-bit integer object.
UnsignedInt64 Creates and instantiates an unsigned 64-bit integer object.
UnsignedInt8 Creates and instantiates an unsigned 8-bit integer object
 

Exception Summary
CIMClassException The CIMClassException class represents an error condition that occurs in a CIM class.
CIMException Superclass of classes used to represent exceptional CIM conditions.
CIMInstanceException The CIMInstanceException class is used to represent exceptions that occur for instances of a class.
CIMMethodException The CIMMethodException class is used for exceptions that occur for methods.
CIMNameSpaceException The CIMNameSpaceException class represents an error condition that occurs in a CIM namespace.
CIMPropertyException Exception class representing property exceptions that occur in a CIM property.
CIMQualifierTypeException Exception class representing exceptions occuring when a qualifier type is defined.
CIMSemanticException Exception class representing semantic exceptions that occur in a CIM element.