public interface InvocationContext
Modifier and Type | Method and Description |
---|---|
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) |
Object getTarget()
Method getMethod()
Object[] getParameters()
void setParameters(Object[] params)
Map<String,Object> getContextData()
Object getTimer()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.