org.sblim.cimclient.internal.wbem.operations
public class CIMInvokeMethodOp extends CIMOperation
| Field Summary | |
|---|---|
| protected CIMArgument[] | iInParams |
| protected String | iMethodName |
| protected CIMArgument[] | iOutParams |
| Constructor Summary | |
|---|---|
| CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, CIMArgument[] pInParams, CIMArgument[] pOutParams)
Ctor.
| |
| Method Summary | |
|---|---|
| CIMArgument[] | getInParams()
Returns inParameters
|
| String | getMethodName()
Returns methodName
|
| CIMArgument[] | getOutParams()
Returns outParameters
|
Parameters: pObjectName pMethodName pInParams pOutParams
Returns: The value of inParameters.
Returns: The value of methodName.
Returns: The value of outParameters.