Uses of Class
org.sblim.wbem.cim.CIMArgument
Packages that use CIMArgument
Package
Description
Public API for client connections and WBEM operations.
Internal implementation of XML processing
-
Uses of CIMArgument in org.sblim.wbem.client
Methods in org.sblim.wbem.client with parameters of type CIMArgumentModifier and TypeMethodDescriptionCIMClient.invokeMethod
(CIMObjectPath pObjectPath, 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. -
Uses of CIMArgument in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMArgumentModifier and TypeMethodDescriptionstatic CIMArgument
CIMXMLParserImpl.parseIPARAMVALUE
(Element iparamvalueE) static CIMArgument
CIMXMLParserImpl.parsePARAMVALUE
(Element paramvalueE)