wmJNI.c
invokeWmServiceThreaded


WmSAContext *
invokeWmServiceThreaded(
      const char *ifc,
      const char *svc,
      WmRecord *input)
Asynchronously invokes IS services. Simply give the folder name, service name and synthesize the input record. The function returns a Server Asynchronous Context. To retrieve the results back from the threaded invoke, call getWmServiceThreadData()

Provides a thin wrapper over the Java API Service.doThreadInvoke(). To better understand the function, please consult that API directly.

Parameters:
const char *ifc - Name of the folder.
const char *svc - Name of the Service.
WmRecord *input - Service input record.
Returns:
WmSAContext * - Server Asynchronous Context created in this function.