Invokes the Java method strMethodName of the Java object identified by
strObjHandle. The
JavaInvokeMethod function can take zero or more variables as arguments, and zero or one return variable. All the variables must be defined in StreamServe scrips. Explicit values, or return values from other functions can not be passed directly to the
JavaInvokeMethod function. The last variable is always the return value, it is therefore not possible to transfer argument variables without having a return variable. All variable values are transferred to Java as
java.lang.String values.