|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationContext
The InvocationContext object provides the metadata that is required for AroundInvoke interceptor methods.
Method Summary | |
---|---|
Map<String,Object> |
getContextData()
Returns the context data associated with this invocation or lifecycle callback. |
Method |
getMethod()
|
Object[] |
getParameters()
|
Object |
getTarget()
|
Object |
getTimer()
Returns the timer associated with an @AroundTimeout method. |
Object |
proceed()
|
void |
setParameters(Object[] params)
|
Method Detail |
---|
Object getTarget()
Method getMethod()
Object[] getParameters()
void setParameters(Object[] params)
Map<String,Object> getContextData()
Object getTimer()
Object proceed() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |