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

Packages that use CIMArgument
org.sblim.wbem.client Public API for client connections and WBEM operations. 
org.sblim.wbem.xml Internal implementation of XML processing 
 

Uses of CIMArgument in org.sblim.wbem.client
 

Methods in org.sblim.wbem.client with parameters of type CIMArgument
 CIMValue CIMClient.invokeMethod(CIMObjectPath pObjectPath, java.lang.String pMethodName, CIMArgument[] pInputArguments, CIMArgument[] pOutputArguments)
          Deprecated. It is not recommended to use this method, since the number of output parameters may be extended by the CIM provider in the future. Instead, use CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector).
 

Uses of CIMArgument in org.sblim.wbem.xml
 

Methods in org.sblim.wbem.xml that return CIMArgument
static CIMArgument CIMXMLParserImpl.parsePARAMVALUE(org.w3c.dom.Element paramvalueE)
           
static CIMArgument CIMXMLParserImpl.parseIPARAMVALUE(org.w3c.dom.Element iparamvalueE)
           
 



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