public abstract class DelegateInvocation extends Object
DelegateInterceptor| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
invocationParameters |
protected Object |
invocationResult |
| Constructor and Description |
|---|
DelegateInvocation() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getInvocationParameters() |
Object |
getInvocationResult() |
abstract Object |
getTarget()
returns the target of the current invocation, ie.
|
protected abstract void |
invoke() |
void |
proceed()
make the invocation proceed, performing the actual invocation of the user
code.
|
protected Object invocationResult
protected Object[] invocationParameters
public void proceed()
throws Exception
Exception - the exception thrown by the user codepublic Object getInvocationResult()
public Object[] getInvocationParameters()
public abstract Object getTarget()
Copyright © 2016 Alfresco. All rights reserved.