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

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

public class ExecutionListenerInvocation
extends DelegateInvocation

Class handling invocations of ExecutionListeners

Author:
Daniel Meyer

Field Summary
protected  DelegateExecution execution
           
protected  ExecutionListener executionListenerInstance
           
 
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
 
Constructor Summary
ExecutionListenerInvocation(ExecutionListener executionListenerInstance, 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

executionListenerInstance

protected final ExecutionListener executionListenerInstance

execution

protected final DelegateExecution execution
Constructor Detail

ExecutionListenerInvocation

public ExecutionListenerInvocation(ExecutionListener executionListenerInstance,
                                   DelegateExecution execution)
Method Detail

invoke

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


Copyright © 2017 camunda services GmbH. All rights reserved.