wmJNIc.c
initWmTContextWithArgs
- jint
- initWmTContextWithArgs(
const char *jobdir,
const char *logpath)
Starts the Job Manager. The jobdir and logpath specified will be used by the Job Manager.
- Parameters:
const char *jobdir
- Directory name for the job store.
const char *logpath
- Path name for transaction log.
- Returns:
jint
- The status of this call. Success return 1 otherwise return 0.