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