public class JavaDelegateInvocation extends DelegateInvocation
| Modifier and Type | Field and Description | 
|---|---|
protected JavaDelegate | 
delegateInstance  | 
protected DelegateExecution | 
execution  | 
contextExecution, invocationParameters, invocationResult| Constructor and Description | 
|---|
JavaDelegateInvocation(JavaDelegate delegateInstance,
                      DelegateExecution execution)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getTarget()
returns the target of the current invocation, ie. 
 | 
protected void | 
invoke()  | 
getContextExecution, getInvocationParameters, getInvocationResult, proceedprotected final JavaDelegate delegateInstance
protected final DelegateExecution execution
public JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
protected void invoke()
               throws Exception
invoke in class DelegateInvocationExceptionpublic Object getTarget()
DelegateInvocationgetTarget in class DelegateInvocationCopyright © 2018. All rights reserved.