org.sblim.wbem.client.operations
Class CIMInvokeMethodOp
java.lang.Object
org.sblim.wbem.client.operations.CIMOperation
org.sblim.wbem.client.operations.CIMInvokeMethodOp
- public class CIMInvokeMethodOp
- extends CIMOperation
Constructor Summary |
CIMInvokeMethodOp(CIMObjectPath pObjectName,
java.lang.String pMethodName,
java.util.Vector pInParams,
java.util.Vector pOutParams)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iMethodName
protected java.lang.String iMethodName
iInParams
protected java.util.Vector iInParams
iOutParams
protected java.util.Vector iOutParams
CIMInvokeMethodOp
public CIMInvokeMethodOp(CIMObjectPath pObjectName,
java.lang.String pMethodName,
java.util.Vector pInParams,
java.util.Vector pOutParams)
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.