javax.wbem.client
Class CIMInvokeMethodOp

java.lang.Object
  |
  +--javax.wbem.client.CIMOperation
        |
        +--javax.wbem.client.CIMInvokeMethodOp
All Implemented Interfaces:
java.io.Serializable

public synchronized class CIMInvokeMethodOp
extends CIMOperation


Constructor Summary
CIMInvokeMethodOp(CIMObjectPath, java.lang.String, java.util.Vector, java.util.Vector)
           
 
Method Summary
 java.util.Vector getInParams()
           
 java.lang.String getMethodName()
           
 CIMObjectPath getModelPath()
           
 java.util.Vector getOutParams()
           
 java.lang.Object getResult()
           
 
Methods inherited from class javax.wbem.client.CIMOperation
getNameSpace, setNameSpace, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIMInvokeMethodOp

public CIMInvokeMethodOp(CIMObjectPath,
                         java.lang.String,
                         java.util.Vector,
                         java.util.Vector)
Method Detail

getModelPath

public CIMObjectPath getModelPath()

getMethodName

public java.lang.String getMethodName()

getInParams

public java.util.Vector getInParams()

getOutParams

public java.util.Vector getOutParams()

getResult

public java.lang.Object getResult()
Overrides:
getResult in class CIMOperation