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 and Description |
---|---|
Object |
WBEMClient.invokeMethod(CIMObjectPath pName,
String pMethodName,
CIMArgument<?>[] pInputArguments,
CIMArgument<?>[] pOutputArguments)
Executes the specified method on the specified object.
|
Object |
WBEMClient.invokeMethod(CIMObjectPath pName,
String pMethodName,
CIMArgument<?>[] pInputArguments,
CIMArgument<?>[] pOutputArguments)
Executes the specified method on the specified object.
|
Modifier and Type | Method and Description |
---|---|
static CIMArgument<Object> |
CIMXMLParserImpl.parseIPARAMVALUE(Element pParamValueE)
parseIPARAMVALUE
|
static CIMArgument<Object> |
CIMXMLParserImpl.parsePARAMVALUE(Element pParamValueE)
parsePARAMVALUE
|
Modifier and Type | Method and Description |
---|---|
static Element |
CIMXMLBuilderImpl.createPARAMVALUE(Document pDoc,
Element pParentE,
CIMArgument<?> pArg)
createPARAMVALUE
|
Element |
CIMClientXML_HelperImpl.invokeMethod_request(Document pDoc,
CIMObjectPath pLocalPath,
String pMethodName,
CIMArgument<?>[] pInArgs)
invokeMethod_request
|
static Element |
CIMClientXML_HelperImpl.invokeMethod_response(Document pDoc,
String pMethodName,
CIMObjectPath pLocalPath,
Object pRetVal,
CIMArgument<?>[] pOutArgA)
invokeMethod_response
|
Modifier and Type | Method and Description |
---|---|
static Object |
SAXHelper.parseInvokeMethodResponse(InputStreamReader pIs,
CIMArgument<?>[] pOutArgs,
CIMObjectPath pDefPath)
parseInvokeMethodResponse
|
Modifier and Type | Method and Description |
---|---|
CIMArgument<?> |
AbstractMethodCallNode.getArgument(int pIdx)
getArgument
|
CIMArgument<?> |
AbstractMethodCallNode.getArgument(String pName)
getArgument
|
abstract CIMArgument<?> |
AbstractParamValueNode.getCIMArgument()
getCIMArgument
|
CIMArgument<Object> |
ParamValueNode.getCIMArgument()
getCIMArgument
|
CIMArgument<Object> |
IParamValueNode.getCIMArgument() |
CIMArgument<?>[] |
SimpleExpRspNode.getCIMArguments() |
CIMArgument<?>[] |
SimpleRspNode.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<?>[] |
AbstractMethodCallNode.getCIMArguments()
getCIMArguments
|
CIMArgument<?>[] |
IMethodResponseNode.getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values
: String name, CIMDataType type, Object value
|
abstract CIMArgument<?>[] |
AbstractSimpleRspNode.getCIMArguments()
getCIMArguments
|
Modifier and Type | Method and 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 and Description |
---|---|
Object |
WBEMClientCIMXML.invokeMethod(CIMObjectPath pName,
String pMethodName,
CIMArgument<?>[] pInputArguments,
CIMArgument<?>[] pOutputArguments) |
Object |
WBEMClientCIMXML.invokeMethod(CIMObjectPath pName,
String pMethodName,
CIMArgument<?>[] pInputArguments,
CIMArgument<?>[] pOutputArguments) |
Modifier and Type | Field and Description |
---|---|
protected CIMArgument<?>[] |
CIMInvokeMethodOp.iInParams |
protected CIMArgument<?>[] |
CIMInvokeMethodOp.iOutParams |
Modifier and Type | Method and Description |
---|---|
CIMArgument<?>[] |
CIMInvokeMethodOp.getInParams()
Returns inParameters
|
CIMArgument<?>[] |
CIMInvokeMethodOp.getOutParams()
Returns outParameters
|
Constructor and Description |
---|
CIMInvokeMethodOp(CIMObjectPath pObjectName,
String pMethodName,
CIMArgument<?>[] pInParams,
CIMArgument<?>[] pOutParams)
Ctor.
|
CIMInvokeMethodOp(CIMObjectPath pObjectName,
String pMethodName,
CIMArgument<?>[] pInParams,
CIMArgument<?>[] pOutParams)
Ctor.
|
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.