Class CIMInvokeMethodOp

    • Field Detail

      • iMethodName

        protected java.lang.String iMethodName
      • iInParams

        protected java.util.Vector iInParams
      • iOutParams

        protected java.util.Vector iOutParams
    • Constructor Detail

      • CIMInvokeMethodOp

        public CIMInvokeMethodOp​(CIMObjectPath pObjectName,
                                 java.lang.String pMethodName,
                                 java.util.Vector pInParams,
                                 java.util.Vector pOutParams)
    • Method Detail

      • getInParams

        public java.util.Vector getInParams()
        Returns inParameters
        Returns:
        The value of inParameters.
      • getMethodName

        public java.lang.String getMethodName()
        Returns methodName
        Returns:
        The value of methodName.
      • getOutParams

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