org.camunda.bpm.engine.impl.bpmn.delegate
Class JavaDelegateInvocation

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DelegateInvocation
      extended by org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation

public class JavaDelegateInvocation
extends DelegateInvocation

Class handling invocations of JavaDelegates

Author:
Daniel Meyer

Field Summary
protected  JavaDelegate delegateInstance
           
protected  DelegateExecution execution
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
           
 
Method Summary
protected  void invoke()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegateInstance

protected final JavaDelegate delegateInstance

execution

protected final DelegateExecution execution
Constructor Detail

JavaDelegateInvocation

public JavaDelegateInvocation(JavaDelegate delegateInstance,
                              DelegateExecution execution)
Method Detail

invoke

protected void invoke()
               throws Exception
Specified by:
invoke in class DelegateInvocation
Throws:
Exception


Copyright © 2016 camunda services GmbH. All rights reserved.