Class CIMInvokeMethodOp

java.lang.Object
org.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMInvokeMethodOp

public class CIMInvokeMethodOp extends CIMOperation
CIMInvokeMethodOp
  • Field Details

    • iMethodName

      protected String iMethodName
    • iInParams

      protected CIMArgument<?>[] iInParams
    • iOutParams

      protected CIMArgument<?>[] iOutParams
  • Constructor Details

    • CIMInvokeMethodOp

      public CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, CIMArgument<?>[] pInParams, CIMArgument<?>[] pOutParams)
      Ctor.
      Parameters:
      pObjectName -
      pMethodName -
      pInParams -
      pOutParams -
  • Method Details

    • 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.