org.sblim.wbem.client.operations
Class CIMInvokeMethodOp

java.lang.Object
  extended byorg.sblim.wbem.client.operations.CIMOperation
      extended byorg.sblim.wbem.client.operations.CIMInvokeMethodOp

public class CIMInvokeMethodOp
extends CIMOperation


Field Summary
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
CIMInvokeMethodOp(CIMObjectPath pObjectName, java.lang.String pMethodName, java.util.Vector pInParams, java.util.Vector pOutParams)
           
 
Method Summary
 java.util.Vector getInParams()
          Returns inParameters
 java.lang.String getMethodName()
          Returns methodName
 java.util.Vector getOutParams()
          Returns outParameters
 
Methods inherited from class org.sblim.wbem.client.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 java.util.Vector iInParams

iOutParams

protected java.util.Vector iOutParams
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.


Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.