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