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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.Object |
SAXHelper.parseInvokeMethodResponse(java.io.InputStreamReader pIs,
CIMArgument<?>[] pOutArgs,
CIMObjectPath pDefPath) |
parseInvokeMethodResponse
|
Modifier and Type | Method | Description |
---|---|---|
CIMArgument<?> |
AbstractMethodCallNode.getArgument(int pIdx) |
getArgument
|
CIMArgument<?> |
AbstractMethodCallNode.getArgument(java.lang.String pName) |
getArgument
|
abstract CIMArgument<?> |
AbstractParamValueNode.getCIMArgument() |
getCIMArgument
|
CIMArgument<java.lang.Object> |
IParamValueNode.getCIMArgument() |
|
CIMArgument<java.lang.Object> |
ParamValueNode.getCIMArgument() |
getCIMArgument
|
CIMArgument<?>[] |
AbstractMethodCallNode.getCIMArguments() |
getCIMArguments
|
abstract CIMArgument<?>[] |
AbstractSimpleRspNode.getCIMArguments() |
getCIMArguments
|
CIMArgument<?>[] |
IMethodResponseNode.getCIMArguments() |
getCIMArguments : returns the array of parsed parameters and their values
: String name, CIMDataType type, Object value
|
CIMArgument<?>[] |
MethodResponseNode.getCIMArguments() |
getCIMArguments : returns the array of parsed parameters and their values
: String name, CIMDataType type, Object value
|
CIMArgument<?>[] |
SimpleExpRspNode.getCIMArguments() |
|
CIMArgument<?>[] |
SimpleRspNode.getCIMArguments() |
getCIMArguments : returns the array of parsed parameters and their values
: String name, CIMDataType type, Object value
|
Modifier and Type | Method | Description |
---|---|---|
CIMArgument<?>[] |
CloseableIteratorPULL.getCIMArguments() |
getCIMArguments : returns the array of parsed parameters and their values
: String name, CIMDataType type, Object value
|
CIMArgument<?>[] |
CloseableIteratorSAX.getCIMArguments() |
getCIMArguments : returns the array of parsed parameters and their values
: String name, CIMDataType type, Object value
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
WBEMClientCIMXML.invokeMethod(CIMObjectPath pName,
java.lang.String pMethodName,
CIMArgument<?>[] pInputArguments,
CIMArgument<?>[] pOutputArguments) |
Modifier and Type | Field | Description |
---|---|---|
protected CIMArgument<?>[] |
CIMInvokeMethodOp.iInParams |
|
protected CIMArgument<?>[] |
CIMInvokeMethodOp.iOutParams |
Modifier and Type | Method | Description |
---|---|---|
CIMArgument<?>[] |
CIMInvokeMethodOp.getInParams() |
Returns inParameters
|
CIMArgument<?>[] |
CIMInvokeMethodOp.getOutParams() |
Returns outParameters
|
Constructor | Description |
---|---|
CIMInvokeMethodOp(CIMObjectPath pObjectName,
java.lang.String pMethodName,
CIMArgument<?>[] pInParams,
CIMArgument<?>[] pOutParams) |
Ctor.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.