executeMethod

The optional executeMethod argument specifies the name of the existing method that you want to execute in the non-GUI application specified in the app argument.

When you specify the executeMethod argument, you must also specify the executeClass argument with the name of an existing class in which the specified method is defined. If you do not specify a valid value in the executeClass argument, exception 1407 is raised.

If the specified method is a type method, you must also specify the executeTypeMethod argument with a value of true.

The executeMethod argument takes precedence over the executeScript argument if that is also specified with a valid file name value.

See also the executeParam argument.