org.sblim.wbem.client.operations
Class CIMInvokeMethodOp
public class CIMInvokeMethodOp
CIMInvokeMethodOp.java
(C) Copyright IBM Corp. 2005, 2006
THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Common Public License from
http://www.opensource.org/licenses/cpl1.0.php
iInParams
protected Vector iInParams
iMethodName
protected String iMethodName
iOutParams
protected Vector iOutParams
CIMInvokeMethodOp
public CIMInvokeMethodOp(CIMObjectPath pObjectName,
String pMethodName,
Vector pInParams,
Vector pOutParams)
getInParams
public Vector getInParams()
Returns inParameters
- The value of inParameters.
getMethodName
public String getMethodName()
Returns methodName
getOutParams
public Vector getOutParams()
Returns outParameters
- The value of outParameters.
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.