| javax.interceptor.InvocationContext
InvocationContext | public interface InvocationContext (Code) | | The InvocationContext object provides the metadata that is required for
AroundInvoke interceptor methods.
author: Kabir Khan version: $Revision: 60233 $ |
getContextData | public java.util.Map<String, Object> getContextData()(Code) | | Returns the context data associated with this invocation or lifecycle callback. If there is no context data, an empty Map object will be returned.
|
setParameters | public void setParameters(Object[] params)(Code) | | |
|
|