public class InterceptorInvocationContext
extends java.lang.Object
implements javax.interceptor.InvocationContext
| Constructor and Description |
|---|
InterceptorInvocationContext(InterceptionChain interceptionChain,
java.lang.Object target,
java.lang.reflect.Method targetMethod,
java.lang.Object timer) |
InterceptorInvocationContext(InterceptionChain interceptionChain,
java.lang.Object target,
java.lang.reflect.Method targetMethod,
java.lang.Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getContextData() |
java.lang.reflect.Method |
getMethod() |
java.lang.Object[] |
getParameters() |
java.lang.Object |
getTarget() |
java.lang.Object |
getTimer() |
java.lang.Object |
proceed() |
void |
setParameters(java.lang.Object[] params) |
public InterceptorInvocationContext(InterceptionChain interceptionChain, java.lang.Object target, java.lang.reflect.Method targetMethod, java.lang.Object[] parameters)
public InterceptorInvocationContext(InterceptionChain interceptionChain, java.lang.Object target, java.lang.reflect.Method targetMethod, java.lang.Object timer)
public java.util.Map<java.lang.String,java.lang.Object> getContextData()
getContextData in interface javax.interceptor.InvocationContextpublic java.lang.reflect.Method getMethod()
getMethod in interface javax.interceptor.InvocationContextpublic java.lang.Object[] getParameters()
getParameters in interface javax.interceptor.InvocationContextpublic java.lang.Object getTarget()
getTarget in interface javax.interceptor.InvocationContextpublic java.lang.Object proceed()
throws java.lang.Exception
proceed in interface javax.interceptor.InvocationContextjava.lang.Exceptionpublic void setParameters(java.lang.Object[] params)
setParameters in interface javax.interceptor.InvocationContextpublic java.lang.Object getTimer()
getTimer in interface javax.interceptor.InvocationContextCopyright © 2014 Seam Framework. All Rights Reserved.