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