Package org.sblim.cimclient.internal.cim

Internal helper classes for the CIM data classes.

See:
          Description

Class Summary
CIMElementSorter Class CIMElementSorter can sort CIMElement arrays and can do binary search by name in them.
CIMHelper Class CIMHelper provides convenience methods that are missing from the official JSR48 API
CIMInstanceBuilder Class CIMInstanceBuilder provides help for CIMInstance(CIMObjectPath, CIMProperty[]) constructor.

CIMObjectPath param have to contain the key properties only.
( VALUE.NAMEDINSTANCE->INSTANCENAME->KEYBINDING )
CIMProperty[] param have to contain all properties, including key properties.
( VALUE.NAMEDINSTANCE->INSTANCE->PROPERTY* )
The implementation merges the properties from both params.
From CIMObjectPath's keys only the type and value information is considered.
CIMQualifiedElementInterfaceImpl Class CIMQualifiedElementInterfaceImpl is responsible for implementing the functionality of javax.cim.CIMQualifiedElementInterface
DTStringReader Class DTString helps parsing CIMDateTime Strings.
DTStringWriter Class DTStringWriter helps making CIMDateTime Strings.
 

Package org.sblim.cimclient.internal.cim Description

Internal helper classes for the CIM data classes. The classes and interfaces herein are for internal use of the SBLIM Client for Java only and might therefore be modified or removed without notice.

Since:
2.0.0


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