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(RuntimeException exception, CommandExecutor commandExecutor)
           
 Object execute(CommandContext commandContext)
           
protected  void executeCmdInNewTx(CommandContext commandContext, FailedJobListener failedJobListener)
           
 
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>

executeCmdInNewTx

protected void executeCmdInNewTx(CommandContext commandContext,
                                 FailedJobListener failedJobListener)

createFailedJobListener

protected FailedJobListener createFailedJobListener(RuntimeException exception,
                                                    CommandExecutor commandExecutor)


Copyright © 2014 camunda services GmbH. All Rights Reserved.