Uses of Package
javax.cim

Packages that use javax.cim
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. 
javax.wbem Provides classes and interfaces that are common across all WBEM APIs. 
javax.wbem.client Provides classes and interfaces for writing WBEM Clients. 
javax.wbem.listener Provides classes and interfaces for writing WBEM Listeners. 
org.sblim.cimclient.internal.cim Internal helper classes for the CIM data classes. 
org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation. 
org.sblim.cimclient.internal.cimxml.sax Internal implementation of the SAX parser for cim-xml. 
org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml. 
org.sblim.cimclient.internal.uri Internal implementation of WBEM-URI strings parsers as defined in the CIM Infrastructure Specification. 
org.sblim.cimclient.internal.util Internal utility classes, such as constants, defaults, configuration and others. 
org.sblim.cimclient.internal.wbem Internal implemenation of the interfaces from the javax.wbem package. 
org.sblim.cimclient.internal.wbem.indications Internal implemenation of the indication processing. 
org.sblim.cimclient.internal.wbem.operations Internal implemenation of WBEM batch operations. 
 

Classes in javax.cim used by javax.cim
CIMClass
          CIMClass represents a CIM class as defined by the Distributed Management Task Force (www.dmtf.org) CIM Infrastructure Specification.
CIMClassProperty
          Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
CIMDataType
          Encapsulates the CIM data types as defined in the CIM Infrastructure Specification.
CIMDateTime
          The CIMDateTime class is modeled on the datetime data type as specified in the CIM specification.
It is in the format: yyyyMMddHHmmss.SSSSSSsutc where: yyyy - is a 4 digit year MM - is the month dd - is the day of the month HH - is the hour (24 hour clock) mm - is the minute ss - is the second mmmmmm - is the number of microseconds s - is "+" or "-", indicating the sign of the UTC (Universal Coordinated Time; for all intents and purposes the sane as Greenwich Mean Time) correction field, or a ":".
CIMElement
          CIMElement represents the CIM element meta construct as defined in the CIM Infrastructure Specification.
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
CIMMethod
          Creates and instantiates a CIM method.
CIMNamedElementInterface
          This interface was present on the 1st JSR48 JavaDoc but it doesn't present in the 2nd JSR48 JavaDoc.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMParameter
          The CIMParameter class wraps a CIM parameter that is used to define an input, output or input/output parameter to a CIM method.
CIMProperty
          The CIMProperty class wraps the value of a CIM Property.
CIMQualifiedElementInterface
          Class CIMQualifiedElementInterface is implemented by all qualified CIMElement.
CIMQualifier
          The CIMQualifier class wraps a CIM qualifier.
CIMTypedElement
          Class CIMTypedElement is the base class of all typed CIM element.
CIMValuedElement
          Class CIMValuedElement is the base class of all valued CIM element.
UnsignedInteger16
          The UnsignedInteger16 class wraps the value of an uint16.
UnsignedInteger32
          The UnsignedInteger32 class wraps the value of an uint32.
UnsignedInteger64
          The UnsignedInteger64 class wraps the value of an uint64.
UnsignedInteger8
          The UnsignedInteger8 class wraps the value of an uint8.
 

Classes in javax.cim used by javax.wbem
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
 

Classes in javax.cim used by javax.wbem.client
CIMArgument
          CIMArgument represents an instance of a CIMParameter used for method invocation.
CIMClass
          CIMClass represents a CIM class as defined by the Distributed Management Task Force (www.dmtf.org) CIM Infrastructure Specification.
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMQualifierType
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
UnsignedInteger32
          The UnsignedInteger32 class wraps the value of an uint32.
UnsignedInteger64
          The UnsignedInteger64 class wraps the value of an uint64.
 

Classes in javax.cim used by javax.wbem.listener
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
 

Classes in javax.cim used by org.sblim.cimclient.internal.cim
CIMElement
          CIMElement represents the CIM element meta construct as defined in the CIM Infrastructure Specification.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMProperty
          The CIMProperty class wraps the value of a CIM Property.
CIMQualifiedElementInterface
          Class CIMQualifiedElementInterface is implemented by all qualified CIMElement.
CIMQualifier
          The CIMQualifier class wraps a CIM qualifier.
 

Classes in javax.cim used by org.sblim.cimclient.internal.cimxml
CIMArgument
          CIMArgument represents an instance of a CIMParameter used for method invocation.
CIMClass
          CIMClass represents a CIM class as defined by the Distributed Management Task Force (www.dmtf.org) CIM Infrastructure Specification.
CIMClassProperty
          Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
CIMDataType
          Encapsulates the CIM data types as defined in the CIM Infrastructure Specification.
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
CIMMethod
          Creates and instantiates a CIM method.
CIMNamedElementInterface
          This interface was present on the 1st JSR48 JavaDoc but it doesn't present in the 2nd JSR48 JavaDoc.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMParameter
          The CIMParameter class wraps a CIM parameter that is used to define an input, output or input/output parameter to a CIM method.
CIMProperty
          The CIMProperty class wraps the value of a CIM Property.
CIMQualifier
          The CIMQualifier class wraps a CIM qualifier.
CIMQualifierType
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
UnsignedInteger32
          The UnsignedInteger32 class wraps the value of an uint32.
 

Classes in javax.cim used by org.sblim.cimclient.internal.cimxml.sax
CIMArgument
          CIMArgument represents an instance of a CIMParameter used for method invocation.
CIMDataType
          Encapsulates the CIM data types as defined in the CIM Infrastructure Specification.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
 

Classes in javax.cim used by org.sblim.cimclient.internal.cimxml.sax.node
CIMArgument
          CIMArgument represents an instance of a CIMParameter used for method invocation.
CIMClass
          CIMClass represents a CIM class as defined by the Distributed Management Task Force (www.dmtf.org) CIM Infrastructure Specification.
CIMClassProperty
          Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class.
CIMDataType
          Encapsulates the CIM data types as defined in the CIM Infrastructure Specification.
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
CIMMethod
          Creates and instantiates a CIM method.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMParameter
          The CIMParameter class wraps a CIM parameter that is used to define an input, output or input/output parameter to a CIM method.
CIMProperty
          The CIMProperty class wraps the value of a CIM Property.
CIMQualifier
          The CIMQualifier class wraps a CIM qualifier.
CIMQualifierType
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
 

Classes in javax.cim used by org.sblim.cimclient.internal.uri
CIMDateTime
          The CIMDateTime class is modeled on the datetime data type as specified in the CIM specification.
It is in the format: yyyyMMddHHmmss.SSSSSSsutc where: yyyy - is a 4 digit year MM - is the month dd - is the day of the month HH - is the hour (24 hour clock) mm - is the minute ss - is the second mmmmmm - is the number of microseconds s - is "+" or "-", indicating the sign of the UTC (Universal Coordinated Time; for all intents and purposes the sane as Greenwich Mean Time) correction field, or a ":".
 

Classes in javax.cim used by org.sblim.cimclient.internal.util
CIMClass
          CIMClass represents a CIM class as defined by the Distributed Management Task Force (www.dmtf.org) CIM Infrastructure Specification.
CIMDataType
          Encapsulates the CIM data types as defined in the CIM Infrastructure Specification.
CIMElement
          CIMElement represents the CIM element meta construct as defined in the CIM Infrastructure Specification.
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
CIMMethod
          Creates and instantiates a CIM method.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMParameter
          The CIMParameter class wraps a CIM parameter that is used to define an input, output or input/output parameter to a CIM method.
CIMProperty
          The CIMProperty class wraps the value of a CIM Property.
CIMQualifier
          The CIMQualifier class wraps a CIM qualifier.
CIMQualifierType
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
CIMTypedElement
          Class CIMTypedElement is the base class of all typed CIM element.
CIMValuedElement
          Class CIMValuedElement is the base class of all valued CIM element.
 

Classes in javax.cim used by org.sblim.cimclient.internal.wbem
CIMArgument
          CIMArgument represents an instance of a CIMParameter used for method invocation.
CIMClass
          CIMClass represents a CIM class as defined by the Distributed Management Task Force (www.dmtf.org) CIM Infrastructure Specification.
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMQualifierType
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
UnsignedInteger32
          The UnsignedInteger32 class wraps the value of an uint32.
UnsignedInteger64
          The UnsignedInteger64 class wraps the value of an uint64.
 

Classes in javax.cim used by org.sblim.cimclient.internal.wbem.indications
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
 

Classes in javax.cim used by org.sblim.cimclient.internal.wbem.operations
CIMArgument
          CIMArgument represents an instance of a CIMParameter used for method invocation.
CIMClass
          CIMClass represents a CIM class as defined by the Distributed Management Task Force (www.dmtf.org) CIM Infrastructure Specification.
CIMInstance
          The CIMInstance class represents an instance of a CIM class.
CIMObjectPath
          A CIMObjectPath is a reference to a specified CIM class, CIM instance or CIM qualifier.
CIMQualifierType
          The CIMQualifierType class represents a CIM Qualifier Type as an object.
 



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