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, proceed
protected final JavaDelegate delegateInstance
protected final DelegateExecution execution
public JavaDelegateInvocation(JavaDelegate delegateInstance, DelegateExecution execution)
protected void invoke() throws Exception
invoke
in class DelegateInvocation
Exception
public Object getTarget()
DelegateInvocation
getTarget
in class DelegateInvocation
Copyright © 2015. All rights reserved.