Uses of Class
javax.cim.CIMArgument

Packages that use CIMArgument
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
 java.lang.Object WBEMClient.invokeMethod(CIMObjectPath pName, java.lang.String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments)
          Executes the specified method on the specified object.
 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
static CIMArgument<java.lang.Object> CIMXMLParserImpl.parseIPARAMVALUE(org.w3c.dom.Element pParamValueE)
          parseIPARAMVALUE
static CIMArgument<java.lang.Object> CIMXMLParserImpl.parsePARAMVALUE(org.w3c.dom.Element pParamValueE)
          parsePARAMVALUE
 

Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMArgument
static org.w3c.dom.Element CIMXMLBuilderImpl.createPARAMVALUE(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMArgument<?> pArg)
          createPARAMVALUE
 org.w3c.dom.Element CIMClientXML_HelperImpl.invokeMethod_request(org.w3c.dom.Document pDoc, CIMObjectPath pLocalPath, java.lang.String pMethodName, CIMArgument<?>[] pInArgs)
          invokeMethod_request
static 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
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
 CIMArgument<?> AbstractMethodCallNode.getArgument(int pIdx)
          getArgument
 CIMArgument<?> AbstractMethodCallNode.getArgument(java.lang.String pName)
          getArgument
abstract  CIMArgument<?> AbstractParamValueNode.getCIMArgument()
          getCIMArgument
 CIMArgument<java.lang.Object> ParamValueNode.getCIMArgument()
          getCIMArgument
 CIMArgument<java.lang.Object> IParamValueNode.getCIMArgument()
           
 CIMArgument<?>[] MethodResponseNode.getCIMArguments()
          getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value
 CIMArgument<?>[] IMethodResponseNode.getCIMArguments()
          getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value
 CIMArgument<?>[] AbstractMethodCallNode.getCIMArguments()
          getCIMArguments
 CIMArgument<?>[] SimpleExpRspNode.getCIMArguments()
           
 CIMArgument<?>[] SimpleRspNode.getCIMArguments()
          getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value
abstract  CIMArgument<?>[] AbstractSimpleRspNode.getCIMArguments()
          getCIMArguments
 

Uses of CIMArgument in org.sblim.cimclient.internal.wbem
 

Methods in org.sblim.cimclient.internal.wbem that return CIMArgument
 CIMArgument<?>[] CloseableIteratorSAX.getCIMArguments()
          getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value
 CIMArgument<?>[] CloseableIteratorPULL.getCIMArguments()
          getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value
 

Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMArgument
 java.lang.Object WBEMClientCIMXML.invokeMethod(CIMObjectPath pName, java.lang.String pMethodName, CIMArgument<?>[] pInputArguments, CIMArgument<?>[] pOutputArguments)
           
 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
protected  CIMArgument<?>[] CIMInvokeMethodOp.iInParams
           
protected  CIMArgument<?>[] CIMInvokeMethodOp.iOutParams
           
 

Methods in org.sblim.cimclient.internal.wbem.operations that return CIMArgument
 CIMArgument<?>[] CIMInvokeMethodOp.getInParams()
          Returns inParameters
 CIMArgument<?>[] CIMInvokeMethodOp.getOutParams()
          Returns outParameters
 

Constructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMArgument
CIMInvokeMethodOp(CIMObjectPath pObjectName, java.lang.String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
          Ctor.
CIMInvokeMethodOp(CIMObjectPath pObjectName, java.lang.String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
          Ctor.
 



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