Execute Method

The following example executes a method (or step). The results are returned in output arguments. The return code indicates the success or failure of step execution.
int execute(long userContext, 
                 long moduleContext,
                 int revision,
                 java.lang.String entryPoint,
                 tksfValues arguments)
Here are the parameters:
userContext
The opaque handle returned from newUserContext().
moduleContext
The opaque handle returned from newModuleContext().
revision
The revision number returned from newRevision().
entryPoint
The name of the DS2 package method or C function to execute.
arguments
The tksfValues object containing input arguments and placeholders for output arguments.