Uses of Class
javax.cim.CIMArgument
-
Packages that use CIMArgument Package Description javax.wbem.client Provides classes and interfaces for writing WBEM Clients.org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation.org.sblim.cimclient.internal.cimxml.sax Internal implementation of the SAX parser for cim-xml.org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml.org.sblim.cimclient.internal.wbem Internal implemenation of the interfaces from the javax.wbem package.org.sblim.cimclient.internal.wbem.operations Internal implemenation of WBEM batch operations. -
-
Uses of CIMArgument in javax.wbem.client
Methods in javax.wbem.client with parameters of type CIMArgument Modifier and Type Method Description java.lang.Object
WBEMClient. invokeMethod(CIMObjectPath pName, java.lang.String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments)
Executes the specified method on the specified object. -
Uses of CIMArgument in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMArgument Modifier and Type Method Description static CIMArgument<java.lang.Object>
CIMXMLParserImpl. parseIPARAMVALUE(org.w3c.dom.Element pParamValueE)
parseIPARAMVALUEstatic CIMArgument<java.lang.Object>
CIMXMLParserImpl. parsePARAMVALUE(org.w3c.dom.Element pParamValueE)
parsePARAMVALUEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMArgument Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createPARAMVALUE(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMArgument<?> pArg)
createPARAMVALUEorg.w3c.dom.Element
CIMClientXML_HelperImpl. invokeMethod_request(org.w3c.dom.Document pDoc, CIMObjectPath pLocalPath, java.lang.String pMethodName, CIMArgument<?>[] pInArgs)
invokeMethod_requeststatic org.w3c.dom.Element
CIMClientXML_HelperImpl. invokeMethod_response(org.w3c.dom.Document pDoc, java.lang.String pMethodName, CIMObjectPath pLocalPath, java.lang.Object pRetVal, CIMArgument<?>[] pOutArgA)
invokeMethod_response -
Uses of CIMArgument in org.sblim.cimclient.internal.cimxml.sax
Methods in org.sblim.cimclient.internal.cimxml.sax with parameters of type CIMArgument Modifier and Type Method Description static java.lang.Object
SAXHelper. parseInvokeMethodResponse(java.io.InputStreamReader pIs, CIMArgument<?>[] pOutArgs, CIMObjectPath pDefPath)
parseInvokeMethodResponse -
Uses of CIMArgument in org.sblim.cimclient.internal.cimxml.sax.node
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMArgument Modifier and Type Method Description CIMArgument<?>
AbstractMethodCallNode. getArgument(int pIdx)
getArgumentCIMArgument<?>
AbstractMethodCallNode. getArgument(java.lang.String pName)
getArgumentabstract CIMArgument<?>
AbstractParamValueNode. getCIMArgument()
getCIMArgumentCIMArgument<java.lang.Object>
IParamValueNode. getCIMArgument()
CIMArgument<java.lang.Object>
ParamValueNode. getCIMArgument()
getCIMArgumentCIMArgument<?>[]
AbstractMethodCallNode. getCIMArguments()
getCIMArgumentsabstract CIMArgument<?>[]
AbstractSimpleRspNode. getCIMArguments()
getCIMArgumentsCIMArgument<?>[]
IMethodResponseNode. getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object valueCIMArgument<?>[]
MethodResponseNode. getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object valueCIMArgument<?>[]
SimpleExpRspNode. getCIMArguments()
CIMArgument<?>[]
SimpleRspNode. getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value -
Uses of CIMArgument in org.sblim.cimclient.internal.wbem
Methods in org.sblim.cimclient.internal.wbem that return CIMArgument Modifier and Type Method Description CIMArgument<?>[]
CloseableIteratorPULL. getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object valueCIMArgument<?>[]
CloseableIteratorSAX. getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object valueMethods in org.sblim.cimclient.internal.wbem with parameters of type CIMArgument Modifier and Type Method Description java.lang.Object
WBEMClientCIMXML. invokeMethod(CIMObjectPath pName, java.lang.String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments)
-
Uses of CIMArgument in org.sblim.cimclient.internal.wbem.operations
Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMArgument Modifier and Type Field Description protected CIMArgument<?>[]
CIMInvokeMethodOp. iInParams
protected CIMArgument<?>[]
CIMInvokeMethodOp. iOutParams
Methods in org.sblim.cimclient.internal.wbem.operations that return CIMArgument Modifier and Type Method Description CIMArgument<?>[]
CIMInvokeMethodOp. getInParams()
Returns inParametersCIMArgument<?>[]
CIMInvokeMethodOp. getOutParams()
Returns outParametersConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMArgument Constructor Description CIMInvokeMethodOp(CIMObjectPath pObjectName, java.lang.String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
Ctor.
-