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

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

public class BatchMonitorJobHandler
extends Object
implements JobHandler

Job handler for batch monitor jobs. The batch monitor job polls for the completion of the batch.


Field Summary
static String TYPE
           
 
Constructor Summary
BatchMonitorJobHandler()
           
 
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

BatchMonitorJobHandler

public BatchMonitorJobHandler()
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.