org.sblim.cimclient.internal.cimxml
public class CIMClientXML_HelperImpl extends Object
Constructor and Description |
---|
CIMClientXML_HelperImpl()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Element |
associatorClasses_request(Document pDoc,
CIMObjectPath pObjectName,
String pAssocClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
associatorClasses_request
|
Element |
associatorInstances_request(Document pDoc,
CIMObjectPath pObjectName,
String pAssocClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeClassOrigin,
String[] pPropertyList)
associatorInstances_request
|
Element |
associatorNames_request(Document pDoc,
CIMObjectPath pObjectName,
String pAssocClass,
String pResultClass,
String pRole,
String pResultRole)
associatorNames_request
|
static Element |
associatorNames_response(Document pDoc,
CIMObjectPath[] pPathA)
associatorNames_response
|
Element |
associators_request(Document pDoc,
CIMObjectPath pObjectName,
String pAssocClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
associators_request
|
static Element |
associators_response(Document pDoc,
CIMNamedElementInterface[] pNamedElementA)
associators_response
|
Element |
CloseEnumeration_request(Document pDoc,
CIMObjectPath pPath,
String pEnumerationContext)
CloseEnumeration_request
|
Element |
createCIMMessage(Document pDoc,
Element pRequestE)
createCIMMessage
|
Element |
createClass_request(Document pDoc,
CIMObjectPath pPath,
CIMClass pClass)
createClass_request
|
Document |
createIndication_response(CIMError error)
createIndication_response
|
Element |
createInstance_request(Document pDoc,
CIMObjectPath pName,
CIMInstance pInstance)
createInstance_request
|
Element |
createMultiReq(Document pDoc)
createMultiReq
|
Element |
createQualifierType_request(Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
createQualifierType_request : This has been replaced by
setQualifierType_request
|
Element |
deleteClass_request(Document pDoc,
CIMObjectPath pPath)
deleteClass_request
|
Element |
deleteInstance_request(Document pDoc,
CIMObjectPath pName)
deleteInstance_request
|
Element |
deleteQualifierType_request(Document pDoc,
CIMObjectPath pPath)
deleteQualifierType_request
|
static void |
dumpDocument(OutputStream pOS,
Document pDoc)
Serializes a given DOM document as (CIM-)XML to a given output stream.
|
Element |
enumerateClasses_request(Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
enumerateClasses_request
|
static Element |
enumerateClasses_response(Document pDoc,
CIMClass[] pClA)
enumerateClasses_response
|
Element |
enumerateClassNames_request(Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance)
enumerateClassNames_request
|
Element |
enumerateInstanceNames_request(Document pDoc,
CIMObjectPath pPath)
enumerateInstanceNames_request
|
Element |
enumerateInstances_request(Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
enumerateInstances_request
|
static Element |
enumerateInstances_response(Document pDoc,
CIMInstance[] pInstA)
enumerateInstances_response
|
Element |
EnumerationCount_request(Document pDoc,
CIMObjectPath pPath,
String pEnumerationContext)
EnumerationCount_request
|
Element |
enumQualifierTypes_request(Document pDoc,
CIMObjectPath pPath)
enumQualifierTypes_request
|
static Element |
enumQualifierTypes_response(Document pDoc,
CIMQualifierType<?>[] pQualiTypeA)
enumQualifierTypes_response
|
Element |
execQuery_request(Document pDoc,
CIMObjectPath pPath,
String pQuery,
String pQueryLanguage)
execQuery_request
|
Element |
getClass_request(Document pDoc,
CIMObjectPath pName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
getClass_request
|
DocumentBuilder |
getDocumentBuilder()
getDocumentBuilder
|
Element |
getInstance_request(Document pDoc,
CIMObjectPath pName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
getInstance_request
|
Element |
getProperty_request(Document pDoc,
CIMObjectPath pPath,
String pPropertyName)
getProperty_request
|
Element |
getQualifier_request(Document pDoc,
CIMObjectPath pPath,
String pQt)
getQualifier_request
|
Element |
invokeMethod_request(Document pDoc,
CIMObjectPath pLocalPath,
String pMethodName,
CIMArgument<?>[] pInArgs)
invokeMethod_request
|
static Element |
invokeMethod_response(Document pDoc,
String pMethodName,
CIMObjectPath pLocalPath,
Object pRetVal,
CIMArgument<?>[] pOutArgA)
invokeMethod_response
|
Document |
newDocument()
newDocument
|
Element |
OpenAssociatorInstancePaths_request(Document pDoc,
CIMObjectPath pPath,
String pAssocClass,
String pResultClass,
String pRole,
String pResultRole,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
pAssociatorPaths_request
|
Element |
OpenAssociatorInstances_request(Document pDoc,
CIMObjectPath pPath,
String pAssocClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenAssociatorInstances_request
|
Element |
OpenEnumerateInstancePaths_request(Document pDoc,
CIMObjectPath pPath,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstancePaths_request
|
Element |
OpenEnumerateInstances_request(Document pDoc,
CIMObjectPath pPath,
boolean pDeepInheritance,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
OpenEnumerateInstances_request
|
Element |
OpenQueryInstances_request(Document pDoc,
CIMObjectPath pPath,
String pFilterQuery,
String pFilterQueryLanguage,
Boolean pReturnQueryResultClass,
UnsignedInteger32 pOperationTimeout,
Boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount,
CIMClass pQueryResultClass)
OpenQueryInstances_request
|
Element |
OpenReferenceInstancePaths_request(Document pDoc,
CIMObjectPath pPath,
String pResultClass,
String pRole,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
referencePaths_request
|
Element |
OpenReferenceInstances_request(Document pDoc,
CIMObjectPath pPath,
String pResultClass,
String pRole,
boolean pIncludeClassOrigin,
String[] pPropertyList,
String pFilterQueryLanguage,
String pFilterQuery,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount)
references_request
|
Document |
parse(InputSource pIS)
parse
|
Element |
performBatchOperation_request(Document pDoc,
Vector<CIMOperation> pOperations)
performBatchOperation_request
|
Element |
PullInstancePaths_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstancePaths_request
|
Element |
PullInstances_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstances_request
|
Element |
PullInstancesWithPath_request(Document pDoc,
CIMObjectPath pPath,
String pContext,
UnsignedInteger32 pMaxObjectCount)
PullInstancesWithPath_request
|
Element |
referenceClasses_request(Document pDoc,
CIMObjectPath pPath,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
referenceClasses_request
|
Element |
referenceInstances_request(Document pDoc,
CIMObjectPath pPath,
String pResultClass,
String pRole,
boolean pIncludeClassOrigin,
String[] pPropertyList)
referenceInstances_request
|
Element |
referenceNames_request(Document pDoc,
CIMObjectPath pPath,
String pResultClass,
String pRole)
referenceNames_request
|
Element |
references_request(Document pDoc,
CIMObjectPath pPath,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
references_request
|
static void |
serialize(OutputStream pOS,
Document pDoc)
Serializes a given DOM document as (CIM-)XML to a given output stream
|
Element |
setClass_request(Document pDoc,
CIMObjectPath pPath,
CIMClass pClass)
setClass_request
|
void |
setId(int pId)
Sets the message id counter to a given value.
|
Element |
setInstance_request(Document pDoc,
CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
String[] pPropertyList)
setInstance_request
|
Element |
setProperty_request(Document pDoc,
CIMObjectPath pPath,
String pPropertyName,
Object pNewValue)
setProperty_request
|
Element |
setQualifierType_request(Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
setQualifierType_request
|
public CIMClientXML_HelperImpl() throws ParserConfigurationException
ParserConfigurationException
public DocumentBuilder getDocumentBuilder()
public Document newDocument()
public Document parse(InputSource pIS) throws IOException, SAXException
pIS
- IOException
SAXException
public static void serialize(OutputStream pOS, Document pDoc) throws IOException
pOS
- The output streampDoc
- The documentsIOException
- Whenever something goes wrongpublic static void dumpDocument(OutputStream pOS, Document pDoc) throws IOException
pOS
- The output streampDoc
- The documentsIOException
public Element createCIMMessage(Document pDoc, Element pRequestE)
pDoc
- pRequestE
- public Element createMultiReq(Document pDoc)
pDoc
- public Element associatorNames_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- WBEMException
public static Element associatorNames_response(Document pDoc, CIMObjectPath[] pPathA)
pDoc
- pPathA
- public Element associatorInstances_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element associatorClasses_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element associators_request(Document pDoc, CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pObjectName
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public static Element associators_response(Document pDoc, CIMNamedElementInterface[] pNamedElementA)
pDoc
- pNamedElementA
- public Element enumerateInstanceNames_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public Element enumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pDeepInheritance
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element getInstance_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pName
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element deleteInstance_request(Document pDoc, CIMObjectPath pName) throws WBEMException
pDoc
- pName
- WBEMException
public Element getClass_request(Document pDoc, CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pName
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element createInstance_request(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) throws WBEMException
pDoc
- pName
- pInstance
- WBEMException
public Element invokeMethod_request(Document pDoc, CIMObjectPath pLocalPath, String pMethodName, CIMArgument<?>[] pInArgs) throws WBEMException
pDoc
- pLocalPath
- pMethodName
- pInArgs
- WBEMException
public static Element invokeMethod_response(Document pDoc, String pMethodName, CIMObjectPath pLocalPath, Object pRetVal, CIMArgument<?>[] pOutArgA) throws WBEMException
pDoc
- pMethodName
- pLocalPath
- pRetVal
- pOutArgA
- WBEMException
public Document createIndication_response(CIMError error)
error
- public Element createClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
pDoc
- pPath
- pClass
- WBEMException
public Element getQualifier_request(Document pDoc, CIMObjectPath pPath, String pQt) throws WBEMException
pDoc
- pPath
- pQt
- WBEMException
public Element createQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
pDoc
- pPath
- pQt
- WBEMException
public Element deleteClass_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public Element deleteQualifierType_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public Element enumerateClasses_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
pDoc
- pPath
- pDeepInheritance
- pLocalOnly
- pIncludeQualifiers
- pIncludeClassOrigin
- public static Element enumerateClasses_response(Document pDoc, CIMClass[] pClA)
pDoc
- pClA
- public static Element enumerateInstances_response(Document pDoc, CIMInstance[] pInstA)
pDoc
- pInstA
- public Element enumerateClassNames_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance)
pDoc
- pPath
- pDeepInheritance
- public Element getProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName) throws WBEMException
pDoc
- pPath
- pPropertyName
- WBEMException
public Element referenceNames_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- WBEMException
public Element referenceClasses_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element referenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element references_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeQualifiers
- pIncludeClassOrigin
- pPropertyList
- WBEMException
public Element setClass_request(Document pDoc, CIMObjectPath pPath, CIMClass pClass) throws WBEMException
pDoc
- pPath
- pClass
- WBEMException
public Element setInstance_request(Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) throws WBEMException
pDoc
- pPath
- pInstance
- pIncludeQualifiers
- pPropertyList
- WBEMException
public Element setProperty_request(Document pDoc, CIMObjectPath pPath, String pPropertyName, Object pNewValue) throws WBEMException
pDoc
- pPath
- pPropertyName
- pNewValue
- WBEMException
public Element setQualifierType_request(Document pDoc, CIMObjectPath pPath, CIMQualifierType<?> pQt) throws WBEMException
pDoc
- pPath
- pQt
- WBEMException
public Element enumQualifierTypes_request(Document pDoc, CIMObjectPath pPath) throws WBEMException
pDoc
- pPath
- WBEMException
public static Element enumQualifierTypes_response(Document pDoc, CIMQualifierType<?>[] pQualiTypeA) throws WBEMException
pDoc
- pQualiTypeA
- WBEMException
public Element execQuery_request(Document pDoc, CIMObjectPath pPath, String pQuery, String pQueryLanguage)
pDoc
- pPath
- pQuery
- pQueryLanguage
- public Element performBatchOperation_request(Document pDoc, Vector<CIMOperation> pOperations) throws WBEMException
pDoc
- pOperations
- WBEMException
public void setId(int pId)
pId
- The new valuepublic Element OpenAssociatorInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public Element OpenAssociatorInstances_request(Document pDoc, CIMObjectPath pPath, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pAssocClass
- pResultClass
- pRole
- pResultRole
- pIncludeClassOrigin
- pPropertyList
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public Element OpenEnumerateInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public Element OpenEnumerateInstances_request(Document pDoc, CIMObjectPath pPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pPropertyList
- pIncludeClassOrigin
- pDeepInheritance
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public Element EnumerationCount_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) throws WBEMException
pDoc
- pPath
- pEnumerationContext
- WBEMException
public Element CloseEnumeration_request(Document pDoc, CIMObjectPath pPath, String pEnumerationContext) throws WBEMException
pDoc
- pPath
- pEnumerationContext
- WBEMException
public Element OpenReferenceInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public Element OpenReferenceInstances_request(Document pDoc, CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pOperationTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pResultClass
- pRole
- pIncludeClassOrigin
- pPropertyList
- pFilterQueryLanguage
- pFilterQuery
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- WBEMException
public Element OpenQueryInstances_request(Document pDoc, CIMObjectPath pPath, String pFilterQuery, String pFilterQueryLanguage, Boolean pReturnQueryResultClass, UnsignedInteger32 pOperationTimeout, Boolean pContinueOnError, UnsignedInteger32 pMaxObjectCount, CIMClass pQueryResultClass) throws WBEMException
pDoc
- pPath
- pFilterQuery
- pFilterQueryLanguage
- pReturnQueryResultClass
- pOperationTimeout
- pContinueOnError
- pMaxObjectCount
- pQueryResultClass
- WBEMException
public Element PullInstancesWithPath_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pContext
- pMaxObjectCount
- WBEMException
public Element PullInstancePaths_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pContext
- pMaxObjectCount
- WBEMException
public Element PullInstances_request(Document pDoc, CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjectCount) throws WBEMException
pDoc
- pPath
- pContext
- pMaxObjectCount
- WBEMException
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.