public class AroundInvokeInvocationContext extends CallbackInvocationContext implements InterceptorManager.AroundInvokeContext
| Constructor and Description |
|---|
AroundInvokeInvocationContext(Object targetObjectInstance,
Object[] interceptorInstances,
InterceptorManager.InterceptorChain chain,
Method m,
Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
invokeBeanMethod()
Called from Interceptor Chain to invoke the actual bean method.
|
Object |
proceed() |
void |
setParameters(Object[] params) |
getContextData, getInterceptorInstances, getTarget, getTimer, invokeSpecialclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInterceptorInstancespublic AroundInvokeInvocationContext(Object targetObjectInstance, Object[] interceptorInstances, InterceptorManager.InterceptorChain chain, Method m, Object[] params)
public Constructor<?> getConstructor()
getConstructor in interface javax.interceptor.InvocationContextgetConstructor in class CallbackInvocationContextpublic Method getMethod()
getMethod in interface javax.interceptor.InvocationContextgetMethod in class CallbackInvocationContextpublic Object proceed() throws Exception
proceed in interface javax.interceptor.InvocationContextproceed in class CallbackInvocationContextExceptionpublic Object[] getParameters()
getParameters in interface javax.interceptor.InvocationContextgetParameters in class CallbackInvocationContextpublic void setParameters(Object[] params)
setParameters in interface javax.interceptor.InvocationContextsetParameters in class CallbackInvocationContextpublic Object invokeBeanMethod() throws Throwable
invokeBeanMethod in interface InterceptorManager.AroundInvokeContextThrowableCopyright © 2017. All rights reserved.