wmJNI.c
makeWmName


jstring
makeWmName(
      WmContext *con,
      const char *str)
Synthesizes field names for all the records used by service. It directly create the jstring global reference needed to name the fields of your records.

Parameters:
WmContext *con - WmContext created during service invocation.
const char *str - The field name.
Returns:
jstring - Global reference of field name.