Class CIMInvokeMethodOp
- java.lang.Object
-
- org.sblim.cimclient.internal.wbem.operations.CIMOperation
-
- org.sblim.cimclient.internal.wbem.operations.CIMInvokeMethodOp
-
public class CIMInvokeMethodOp extends CIMOperation
CIMInvokeMethodOp
-
-
Field Summary
Fields Modifier and Type Field Description protected CIMArgument<?>[]
iInParams
protected java.lang.String
iMethodName
protected CIMArgument<?>[]
iOutParams
-
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
-
Constructor Summary
Constructors Constructor Description CIMInvokeMethodOp(CIMObjectPath pObjectName, java.lang.String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMArgument<?>[]
getInParams()
Returns inParametersjava.lang.String
getMethodName()
Returns methodNameCIMArgument<?>[]
getOutParams()
Returns outParameters-
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
-
-
-
-
Field Detail
-
iMethodName
protected java.lang.String iMethodName
-
iInParams
protected CIMArgument<?>[] iInParams
-
iOutParams
protected CIMArgument<?>[] iOutParams
-
-
Constructor Detail
-
CIMInvokeMethodOp
public CIMInvokeMethodOp(CIMObjectPath pObjectName, java.lang.String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
Ctor.- Parameters:
pObjectName
-pMethodName
-pInParams
-pOutParams
-
-
-
Method Detail
-
getInParams
public CIMArgument<?>[] getInParams()
Returns inParameters- Returns:
- The value of inParameters.
-
getMethodName
public java.lang.String getMethodName()
Returns methodName- Returns:
- The value of methodName.
-
getOutParams
public CIMArgument<?>[] getOutParams()
Returns outParameters- Returns:
- The value of outParameters.
-
-