Class CIMInvokeMethodOp
java.lang.Object
org.sblim.wbem.client.operations.CIMOperation
org.sblim.wbem.client.operations.CIMInvokeMethodOp
-
Field Summary
FieldsFields inherited from class CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
-
Constructor Summary
ConstructorsConstructorDescriptionCIMInvokeMethodOp
(CIMObjectPath pObjectName, String pMethodName, Vector pInParams, Vector pOutParams) -
Method Summary
Modifier and TypeMethodDescriptionReturns inParametersReturns methodNameReturns 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, Vector pInParams, Vector pOutParams)
-
-
Method Details
-
getInParams
-
getMethodName
-
getOutParams
-