org.camunda.bpm.engine.impl.batch
Class BatchSeedJobHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler
All Implemented Interfaces:
JobHandler

public class BatchSeedJobHandler
extends Object
implements JobHandler

The batch seed job handler is responsible to create all jobs to be executed by the batch. If all jobs are created a seed monitor job is created to oversee the completion of the batch (see BatchMonitorJobHandler).


Field Summary
static String TYPE
           
 
Constructor Summary
BatchSeedJobHandler()
           
 
Method Summary
 void execute(String batchId, ExecutionEntity execution, CommandContext commandContext, String tenantId)
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

BatchSeedJobHandler

public BatchSeedJobHandler()
Method Detail

getType

public String getType()
Specified by:
getType in interface JobHandler

execute

public void execute(String batchId,
                    ExecutionEntity execution,
                    CommandContext commandContext,
                    String tenantId)
Specified by:
execute in interface JobHandler


Copyright © 2016 camunda services GmbH. All rights reserved.