org.camunda.bpm.engine.impl.cmd
Class ExecuteJobsCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.ExecuteJobsCmd
- All Implemented Interfaces:
- Serializable, Command<Object>
public class ExecuteJobsCmd
- extends Object
- implements Command<Object>, Serializable
- Author:
- Tom Baeyens, Daniel Meyer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobId
protected String jobId
ExecuteJobsCmd
public ExecuteJobsCmd(String jobId)
execute
public Object execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<Object>
createFailedJobListener
protected FailedJobListener createFailedJobListener(CommandExecutor commandExecutor)
createSuccessfulJobListener
protected SuccessfulJobListener createSuccessfulJobListener(CommandExecutor commandExecutor)
Copyright © 2016 camunda services GmbH. All rights reserved.