Class ThrowMessageDelegateInvocation
- java.lang.Object
-
- org.activiti.engine.impl.delegate.invocation.DelegateInvocation
-
- org.activiti.engine.impl.delegate.invocation.ThrowMessageDelegateInvocation
-
public class ThrowMessageDelegateInvocation extends DelegateInvocation
Class handling invocations of ThrowMessageDelegate
-
-
Field Summary
Fields Modifier and Type Field Description protected ThrowMessageDelegate
delegateInstance
protected DelegateExecution
execution
protected ThrowMessage
message
-
Fields inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
-
Constructor Summary
Constructors Constructor Description ThrowMessageDelegateInvocation(ThrowMessageDelegate delegateInstance, DelegateExecution execution, ThrowMessage message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getTarget()
returns the target of the current invocation, ie.protected void
invoke()
-
Methods inherited from class org.activiti.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
-
-
-
Field Detail
-
delegateInstance
protected final ThrowMessageDelegate delegateInstance
-
execution
protected final DelegateExecution execution
-
message
protected final ThrowMessage message
-
-
Constructor Detail
-
ThrowMessageDelegateInvocation
public ThrowMessageDelegateInvocation(ThrowMessageDelegate delegateInstance, DelegateExecution execution, ThrowMessage message)
-
-
Method Detail
-
invoke
protected void invoke()
- Specified by:
invoke
in classDelegateInvocation
-
getTarget
public java.lang.Object getTarget()
Description copied from class:DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTarget
in classDelegateInvocation
-
-