Uses of Class
javax.cim.CIMArgument
Packages that use CIMArgument
Package
Description
Provides classes and interfaces for writing WBEM Clients.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of the SAX parser for cim-xml.
Internal implementation of the SAX parser for cim-xml.
Internal implemenation of the interfaces from the javax.wbem package.
Internal implemenation of WBEM batch operations.
-
Uses of CIMArgument in javax.wbem.client
Methods in javax.wbem.client with parameters of type CIMArgumentModifier and TypeMethodDescriptionWBEMClient.invokeMethod(CIMObjectPath pName, 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 CIMArgumentModifier and TypeMethodDescriptionstatic CIMArgument<Object> CIMXMLParserImpl.parseIPARAMVALUE(Element pParamValueE) parseIPARAMVALUEstatic CIMArgument<Object> CIMXMLParserImpl.parsePARAMVALUE(Element pParamValueE) parsePARAMVALUEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMArgumentModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createPARAMVALUE(Document pDoc, Element pParentE, CIMArgument<?> pArg) createPARAMVALUECIMClientXML_HelperImpl.invokeMethod_request(Document pDoc, CIMObjectPath pLocalPath, String pMethodName, CIMArgument<?>[] pInArgs) invokeMethod_requeststatic ElementCIMClientXML_HelperImpl.invokeMethod_response(Document pDoc, String pMethodName, CIMObjectPath pLocalPath, 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 CIMArgumentModifier and TypeMethodDescriptionstatic ObjectSAXHelper.parseInvokeMethodResponse(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 CIMArgumentModifier and TypeMethodDescriptionCIMArgument<?> AbstractMethodCallNode.getArgument(int pIdx) getArgumentCIMArgument<?> AbstractMethodCallNode.getArgument(String pName) getArgumentabstract CIMArgument<?> AbstractParamValueNode.getCIMArgument()getCIMArgumentIParamValueNode.getCIMArgument()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 CIMArgumentModifier and TypeMethodDescriptionCIMArgument<?>[]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 CIMArgumentModifier and TypeMethodDescriptionWBEMClientCIMXML.invokeMethod(CIMObjectPath pName, 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 CIMArgumentModifier and TypeFieldDescriptionprotected CIMArgument<?>[]CIMInvokeMethodOp.iInParamsprotected CIMArgument<?>[]CIMInvokeMethodOp.iOutParamsMethods in org.sblim.cimclient.internal.wbem.operations that return CIMArgumentModifier and TypeMethodDescriptionCIMArgument<?>[]CIMInvokeMethodOp.getInParams()Returns inParametersCIMArgument<?>[]CIMInvokeMethodOp.getOutParams()Returns outParametersConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMArgumentModifierConstructorDescriptionCIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams) Ctor.