org.sblim.cimclient.internal.wbem.operations

Class CIMInvokeMethodOp

public class CIMInvokeMethodOp extends CIMOperation

CIMInvokeMethodOp
Field Summary
protected CIMArgument<?>[]iInParams
protected StringiMethodName
protected CIMArgument<?>[]iOutParams
Constructor Summary
CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
Ctor.
Method Summary
CIMArgument<?>[]getInParams()
Returns inParameters
StringgetMethodName()
Returns methodName
CIMArgument<?>[]getOutParams()
Returns outParameters

Field Detail

iInParams

protected CIMArgument<?>[] iInParams

iMethodName

protected String iMethodName

iOutParams

protected CIMArgument<?>[] iOutParams

Constructor Detail

CIMInvokeMethodOp

public CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
Ctor.

Parameters: pObjectName pMethodName pInParams pOutParams

Method Detail

getInParams

public CIMArgument<?>[] getInParams()
Returns inParameters

Returns: The value of inParameters.

getMethodName

public String getMethodName()
Returns methodName

Returns: The value of methodName.

getOutParams

public CIMArgument<?>[] getOutParams()
Returns outParameters

Returns: The value of outParameters.

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