public class DependentScopedBeanInterceptorHandler extends InterceptorHandler
bean, interceptedMethodMap, webBeansContext| Constructor and Description |
|---|
DependentScopedBeanInterceptorHandler(OwbBean<?> bean,
Object instance,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Creates a new instance of handler.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
callAroundInvokes(Method proceed,
Object[] arguments,
List<InterceptorData> stack)
Call around invoke method of the given bean on
calling interceptedMethod.
|
Object |
invoke(Object instance,
Method method,
Method proceed,
Object[] arguments) |
Object |
invoke(Object instance,
Method method,
Object[] arguments) |
getBeanManager, invoke, invoke, isNotInterceptedOrDecoratedMethod, setNotInterceptedOrDecoratedMethodpublic DependentScopedBeanInterceptorHandler(OwbBean<?> bean, Object instance, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
bean - dependent beaninstance - bean instancecreationalContext - creational contextpublic Object invoke(Object instance, Method method, Method proceed, Object[] arguments) throws Throwable
Throwablepublic Object invoke(Object instance, Method method, Object[] arguments) throws Throwable
Throwableprotected Object callAroundInvokes(Method proceed, Object[] arguments, List<InterceptorData> stack) throws Exception
callAroundInvokes in class InterceptorHandlerproceed - intercepted bean methodarguments - method actual argumentsstack - interceptor stackException - for any exceptionCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.