| java.lang.Object com.opensymphony.workflow.util.UnscheduleJob
UnscheduleJob | public class UnscheduleJob implements FunctionProvider(Code) | | Unschedules a job that was scheduled previously. Accepts the following arguments:
- triggerName - the name of the trigger previously scheduled
- groupName - the name of the group previously scheduled
- schedulerName - the name of an existing scheduler to use (optional)
- txHack - set this to true if you are getting lockups while running with transactions (optional, defaults to false)
author: Michael G. Slack author: Pat Lightbody version: $Revision: 1.3 $ |
Method Summary | |
public void | execute(Map transientVars, Map args, PropertySet ps) |
execute | public void execute(Map transientVars, Map args, PropertySet ps)(Code) | | |
|
|