Uses of Class org.sblim.wbem.cim.CIMValue

Uses in package org.sblim.wbem.xml

Methods with parameter type org.sblim.wbem.cim.CIMValue

Element
CIMXMLBuilderImpl.createIPARAMVALUE(Document doc, Element parentE, CIMValue argValue)
Element
CIMXMLBuilderImpl.createVALUE(Document doc, Element parentE, CIMValue argValue)
Element
CIMClientXML_HelperImpl.setProperty_request(Document doc, CIMObjectPath path, String propertyName, CIMValue newValue)

Methods with return type org.sblim.wbem.cim.CIMValue

CIMValue
CIMXMLParserImpl.parseKEYVALUE(Element keyvalueE)
CIMValue
CIMXMLParserImpl.parseRETURNVALUE(Element returnvalueE)

Uses in package org.sblim.wbem.client

Methods with parameter type org.sblim.wbem.cim.CIMValue

int
BatchCIMClient.setProperty(CIMObjectPath pPath, String pName, CIMValue pValue)
int
BatchHandle.setProperty(CIMObjectPath pPath, String pName, CIMValue pValue)
void
CIMClient.setProperty(CIMObjectPath pInstancePath, String pPropertyName, CIMValue pNewValue)
Modifies a property value of a CIM instance on the target CIM server.
void
CIMClientXML.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue)
void
CIMOMHandle.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue)

Methods with return type org.sblim.wbem.cim.CIMValue

CIMValue
CIMClient.getProperty(CIMObjectPath pInstancePath, String pPropertyName)
Gets a copy of a property value of a CIM instance on the target CIM server.
CIMValue
CIMClientXML.getProperty(CIMObjectPath pPath, String pPropertyName)
CIMValue
CIMOMHandle.getProperty(CIMObjectPath pPath, String pPropertyName)
CIMValue
CIMClient.invokeMethod(CIMObjectPath pObjectPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.
CIMValue
CIMClientXML.invokeMethod(CIMObjectPath pObjectName, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
CIMValue
CIMOMHandle.invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
CIMValue
CIMClient.invokeMethod(CIMObjectPath pObjectPath, String pMethodName, CIMArgument[] pInputArguments, CIMArgument[] pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.

Uses in package org.sblim.wbem.client.operations

Constructors with parameter type org.sblim.wbem.cim.CIMValue

CIMSetPropertyOp.CIMSetPropertyOp(CIMObjectPath objectName, String propertyName, CIMValue cimValue)

Fields of type org.sblim.wbem.cim.CIMValue

CIMValue

Methods with return type org.sblim.wbem.cim.CIMValue

CIMValue
Returns cimValue

Uses in package org.sblim.wbem.cim

Constructors with parameter type org.sblim.wbem.cim.CIMValue

CIMArgument.CIMArgument(String pName, CIMValue pValue)
Constructs an object representing a CIMArgument with the specified name and the specified CIMValue.
CIMProperty.CIMProperty(String pName, CIMValue pValue)
Creates a CIMProperty with the specified name and CIMValue.

Fields of type org.sblim.wbem.cim.CIMValue

CIMValue
CIMValue

Methods with parameter type org.sblim.wbem.cim.CIMValue

void
CIMObjectPath.addKey(String pPropertyName, CIMValue pValue)
Add a new key to the property list
void
Assigns the default value for this CIMDataType.
CIMProperty
CIMObject.setProperty(String pPropertyName, CIMValue pValue)
Sets the value for the property, if the property already exists, otherwise create a new property with the specified name, and sets assigns the especified value to it.
void
Specifies the CIMValue for this CIMArgument.
void
Sets the value of this CIMProperty to the specified CIMProperty.
void
Sets this qualifiers value

Methods with return type org.sblim.wbem.cim.CIMValue

CIMValue
Gets the default for this CIMQualifierType.
CIMValue
Gets the CIMValue associated with this CIMArgument.
CIMValue
Returns the CIMValue associated with this CIMProperty.
CIMValue

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