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 String iMethodName
iInParams
protected CIMArgument<?>[] iInParams
iOutParams
protected CIMArgument<?>[] iOutParams
CIMInvokeMethodOp
public CIMInvokeMethodOp(CIMObjectPath pObjectName,
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 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.