主要作用就是在一个quartz里schedule一个job在未来一段时间内执行一或多次。下面这些参数是必须具备的:
* <ul>
* <li> triggerId - the id of the trigger function defined in the XML workflow
* <li> jobName - the name to be given to the job
* <li> triggerName - the name to be given to the trigger
* <li> groupName - the group given to both the job and the trigger
* </ul>
下面这些参数是可选的:
<ul>
* <li> username – 用来在未来时间内执行function的系统帐户,如果这个值没有指定那么将会从WorkflowContext.getCaller()中取得值来使用。
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




