org.sblim.wbem.client.operations

Class CIMInvokeMethodOp


public class CIMInvokeMethodOp
extends CIMOperation

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

Field Summary

protected Vector
iInParams
protected String
iMethodName
protected Vector
iOutParams

Fields inherited from class org.sblim.wbem.client.operations.CIMOperation

iMethodCall, iNameSpace, iObjectName, iResult

Constructor Summary

CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, Vector pInParams, Vector pOutParams)

Method Summary

Vector
getInParams()
Returns inParameters
String
getMethodName()
Returns methodName
Vector
getOutParams()
Returns outParameters

Methods inherited from class org.sblim.wbem.client.operations.CIMOperation

getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult

Field Details

iInParams

protected Vector iInParams

iMethodName

protected String iMethodName

iOutParams

protected Vector iOutParams

Constructor Details

CIMInvokeMethodOp

public CIMInvokeMethodOp(CIMObjectPath pObjectName,
                         String pMethodName,
                         Vector pInParams,
                         Vector pOutParams)

Method Details

getInParams

public Vector getInParams()
Returns inParameters
Returns:
The value of inParameters.

getMethodName

public String getMethodName()
Returns methodName
Returns:
The value of methodName.

getOutParams

public Vector getOutParams()
Returns outParameters
Returns:
The value of outParameters.

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