Class CIMInvokeMethodOp


  • public class CIMInvokeMethodOp
    extends CIMOperation
    CIMInvokeMethodOp
    • Field Detail

      • iMethodName

        protected java.lang.String iMethodName
    • Constructor Detail

      • CIMInvokeMethodOp

        public CIMInvokeMethodOp​(CIMObjectPath pObjectName,
                                 java.lang.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 java.lang.String getMethodName()
        Returns methodName
        Returns:
        The value of methodName.
      • getOutParams

        public CIMArgument<?>[] getOutParams()
        Returns outParameters
        Returns:
        The value of outParameters.