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
CIMNamedElementInterface The NamedElementInterface is used by CIM Elements that are named.
CIMQualifiedElementInterface The CIMQualifiedElementInterface is used by CIM Elements that have qualifiers.
 

Class Summary
CIMArgument<E> 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<E> 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 represents a CIM data type as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMDateTime This abstract class represents 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 by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMElement CIMElement is an abstract base class that represents a CIM Element as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
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<E> This class represents a CIM Method as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMObjectPath This class represents the CIM Object Path as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMParameter<E> This class represents a CIM Parameter.
CIMProperty<E> This class represents a CIM Property as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMQualifier<E> This class represents a CIM qualifier as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMQualifierType<E> 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).
CIMTypedElement CIMTypedElement is an abstract class that represents a CIM element that contains just the data type, but no value.
CIMValuedElement<E> CIMValuedElement is a base class used by any element that contains a name, type and value.
UnsignedInteger16 This class represents an UnsignedInteger16.
UnsignedInteger32 This class represents an UnsignedInteger32.
UnsignedInteger64 This class represents an UnsignedInteger64.
UnsignedInteger8 This class represents an UnsignedInteger8.
 

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:
2.0.0


Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.