Package | Description |
---|---|
org.sblim.wbem.client |
Public API for client connections and WBEM operations.
|
org.sblim.wbem.xml |
Internal implementation of XML processing
|
Modifier and Type | Method and Description |
---|---|
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments)
Deprecated.
It is not recommended to use this method, since the number of
output parameters may be extended by the CIM provider in the
future. Instead, use
CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector) . |
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments)
Deprecated.
It is not recommended to use this method, since the number of
output parameters may be extended by the CIM provider in the
future. Instead, use
CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector) . |
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments)
Deprecated.
It is not recommended to use this method, since the number of
output parameters may be extended by the CIM provider in the
future. Instead, use
CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector) . |
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments)
Deprecated.
It is not recommended to use this method, since the number of
output parameters may be extended by the CIM provider in the
future. Instead, use
CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector) . |
Modifier and Type | Method and Description |
---|---|
static CIMArgument |
CIMXMLParserImpl.parseIPARAMVALUE(org.w3c.dom.Element iparamvalueE) |
static CIMArgument |
CIMXMLParserImpl.parseIPARAMVALUE(org.w3c.dom.Element iparamvalueE) |
static CIMArgument |
CIMXMLParserImpl.parsePARAMVALUE(org.w3c.dom.Element paramvalueE) |
static CIMArgument |
CIMXMLParserImpl.parsePARAMVALUE(org.w3c.dom.Element paramvalueE) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.