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 |
proceed() |
void |
setParameters(Object[] params) |
Object getTarget()
Method getMethod()
Object[] getParameters()
void setParameters(Object[] params)
Map<String,Object> getContextData()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.