org.sblim.cimclient.internal.wbem.operations
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iMethodName
protected java.lang.String iMethodName
iInParams
protected CIMArgument[] iInParams
iOutParams
protected CIMArgument[] iOutParams
CIMInvokeMethodOp
public CIMInvokeMethodOp(CIMObjectPath pObjectName,
java.lang.String pMethodName,
CIMArgument[] pInParams,
CIMArgument[] pOutParams)
- Ctor.
- Parameters:
pObjectName
- pMethodName
- pInParams
- pOutParams
-
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.
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.