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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CIMInvokeMethodOp
public CIMInvokeMethodOp(CIMObjectPath,
java.lang.String,
java.util.Vector,
java.util.Vector)
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