public class CIMInvokeMethodOp extends CIMOperation
| Modifier and Type | Field and Description |
|---|---|
protected CIMArgument<?>[] |
iInParams |
protected String |
iMethodName |
protected CIMArgument<?>[] |
iOutParams |
iMethodCall, iNameSpace, iObjectName, iResult| Constructor and Description |
|---|
CIMInvokeMethodOp(CIMObjectPath pObjectName,
String pMethodName,
CIMArgument<?>[] pInParams,
CIMArgument<?>[] pOutParams)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
CIMArgument<?>[] |
getInParams()
Returns inParameters
|
String |
getMethodName()
Returns methodName
|
CIMArgument<?>[] |
getOutParams()
Returns outParameters
|
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResultprotected String iMethodName
protected CIMArgument<?>[] iInParams
protected CIMArgument<?>[] iOutParams
public CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
pObjectName - pMethodName - pInParams - pOutParams - public CIMArgument<?>[] getInParams()
public String getMethodName()
public CIMArgument<?>[] getOutParams()
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.