|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvocationContext
Context that is given to all interceptors (business or lifecycle) and that allow to get information on the current invocation.
| Method Summary | |
|---|---|
Map<String,Object> |
getContextData()
|
Method |
getMethod()
|
Object[] |
getParameters()
|
Object |
getTarget()
|
Object |
proceed()
Call the next interceptor in the chain (and at the end it is the intercepted method that is called). |
void |
setParameters(Object[] params)
Sets the parameters of the method that is intercepted. |
| Method Detail |
|---|
Object getTarget()
Method getMethod()
Object[] getParameters()
void setParameters(Object[] params)
params - the array of parameters.Map<String,Object> getContextData()
Object proceed()
throws Exception
Exception - if method invocation fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||