Frames | No Frames |
Constructors with parameter type org.sblim.wbem.cim.CIMValue | |
Fields of type org.sblim.wbem.cim.CIMValue | |
CIMValue |
Methods with return type org.sblim.wbem.cim.CIMValue | |
CIMValue | Returns cimValue
|
Methods with parameter type org.sblim.wbem.cim.CIMValue | |
Element | |
Element | |
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) |
Constructors with parameter type org.sblim.wbem.cim.CIMValue | |
Constructs an object representing a CIMArgument with the specified name
and the specified CIMValue. | |
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 | Add a new key to the property list
|
void | Assigns the default value for this CIMDataType. |
CIMProperty | 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 |
Methods with parameter type org.sblim.wbem.cim.CIMValue | |
int | |
int | |
void | Modifies a property value of a CIM instance on the target CIM server. |
void | |
void |
Methods with return type org.sblim.wbem.cim.CIMValue | |
CIMValue | Gets a copy of a property value of a CIM instance on the target CIM
server. |
CIMValue | |
CIMValue | |
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. |