Class ExecutionListenerInvocation
- java.lang.Object
-
- org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- org.camunda.bpm.engine.impl.bpmn.delegate.ExecutionListenerInvocation
-
public class ExecutionListenerInvocation extends DelegateInvocation
Class handling invocations of ExecutionListeners- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegateExecution
execution
protected ExecutionListener
executionListenerInstance
-
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
-
Constructor Summary
Constructors Constructor Description ExecutionListenerInvocation(ExecutionListener executionListenerInstance, DelegateExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
invoke()
-
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
-
-
-
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 java.lang.Exception
- Specified by:
invoke
in classDelegateInvocation
- Throws:
java.lang.Exception
-
-