org.sblim.cimclient.internal.wbem.operations
Class CIMInvokeMethodOp

java.lang.Object
  extended by org.sblim.cimclient.internal.wbem.operations.CIMOperation
      extended by org.sblim.cimclient.internal.wbem.operations.CIMInvokeMethodOp

public class CIMInvokeMethodOp
extends CIMOperation

CIMInvokeMethodOp


Field Summary
protected  CIMArgument[] iInParams
           
protected  java.lang.String iMethodName
           
protected  CIMArgument[] iOutParams
           
 
Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
iMethodCall, iNameSpace, iObjectName, iResult
 
Constructor Summary
CIMInvokeMethodOp(CIMObjectPath pObjectName, java.lang.String pMethodName, CIMArgument[] pInParams, CIMArgument[] pOutParams)
          Ctor.
 
Method Summary
 CIMArgument[] getInParams()
          Returns inParameters
 java.lang.String getMethodName()
          Returns methodName
 CIMArgument[] getOutParams()
          Returns outParameters
 
Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iMethodName

protected java.lang.String iMethodName

iInParams

protected CIMArgument[] iInParams

iOutParams

protected CIMArgument[] iOutParams
Constructor Detail

CIMInvokeMethodOp

public CIMInvokeMethodOp(CIMObjectPath pObjectName,
                         java.lang.String pMethodName,
                         CIMArgument[] pInParams,
                         CIMArgument[] pOutParams)
Ctor.

Parameters:
pObjectName -
pMethodName -
pInParams -
pOutParams -
Method Detail

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.