org.camunda.bpm.engine.impl.cmd
Class ExecuteJobsCmd

java.lang.Object
  extended by 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

Field Summary
protected  String jobId
           
 
Constructor Summary
ExecuteJobsCmd(String jobId)
           
 
Method Summary
protected  FailedJobListener createFailedJobListener(CommandExecutor commandExecutor)
           
protected  SuccessfulJobListener createSuccessfulJobListener(CommandExecutor commandExecutor)
           
 Object execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobId

protected String jobId
Constructor Detail

ExecuteJobsCmd

public ExecuteJobsCmd(String jobId)
Method Detail

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.