org.camunda.bpm.engine.impl.jobexecutor
Class AsyncContinuationJobHandler

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

public class AsyncContinuationJobHandler
extends Object
implements JobHandler

Author:
Daniel Meyer, Thorben Lindhauer

Field Summary
static String TYPE
           
 
Constructor Summary
AsyncContinuationJobHandler()
           
 
Method Summary
 void execute(String configuration, ExecutionEntity execution, CommandContext commandContext)
           
protected  PvmAtomicOperation findMatchingAtomicOperation(String configuration)
           
 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

AsyncContinuationJobHandler

public AsyncContinuationJobHandler()
Method Detail

getType

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

execute

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

findMatchingAtomicOperation

protected PvmAtomicOperation findMatchingAtomicOperation(String configuration)


Copyright © 2016 camunda services GmbH. All rights reserved.