org.camunda.bpm.engine.impl.batch
Class BatchMonitorJobHandler
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
BatchMonitorJobHandler
public BatchMonitorJobHandler()
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.