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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.batch.BatchMonitorJobHandler.BatchMonitorJobConfiguration
All Implemented Interfaces:
JobHandlerConfiguration
Enclosing class:
BatchMonitorJobHandler

public static class BatchMonitorJobHandler.BatchMonitorJobConfiguration
extends Object
implements JobHandlerConfiguration


Field Summary
protected  String batchId
           
 
Constructor Summary
BatchMonitorJobHandler.BatchMonitorJobConfiguration(String batchId)
           
 
Method Summary
 String getBatchId()
           
 String toCanonicalString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchId

protected String batchId
Constructor Detail

BatchMonitorJobHandler.BatchMonitorJobConfiguration

public BatchMonitorJobHandler.BatchMonitorJobConfiguration(String batchId)
Method Detail

getBatchId

public String getBatchId()

toCanonicalString

public String toCanonicalString()
Specified by:
toCanonicalString in interface JobHandlerConfiguration


Copyright © 2016 camunda services GmbH. All rights reserved.