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 Stringprotected CIMArgument<?>[]Fields inherited from class 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 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
-
getMethodName
-
getOutParams
-