Uses of Interface
org.jboss.weld.interceptor.proxy.InterceptorMethodInvocation
-
Packages that use InterceptorMethodInvocation Package Description org.jboss.weld.interceptor.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of InterceptorMethodInvocation in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy that return types with arguments of type InterceptorMethodInvocation Modifier and Type Method Description List<InterceptorMethodInvocation>InterceptionContext. buildInterceptorMethodInvocations(Object instance, Method method, InterceptionType interceptionType)List<InterceptorMethodInvocation>InterceptionContext. buildInterceptorMethodInvocationsForConstructorInterception()List<InterceptorMethodInvocation>CustomInterceptorInvocation. getInterceptorMethodInvocations()List<InterceptorMethodInvocation>InterceptorInvocation. getInterceptorMethodInvocations()ReturnsInterceptorMethodInvocationobjects representing interceptor methods to be invoked during an interceptor invocation.Method parameters in org.jboss.weld.interceptor.proxy with type arguments of type InterceptorMethodInvocation Modifier and Type Method Description protected ObjectInterceptorMethodHandler. executeAroundInvoke(Object instance, Method method, Method proceed, Object[] args, List<InterceptorMethodInvocation> chain, InterceptionDecorationContext.Stack stack)protected ObjectInterceptorMethodHandler. executeLifecycleInterception(Object instance, Method method, Method proceed, Object[] args, List<InterceptorMethodInvocation> chain, InterceptionDecorationContext.Stack stack)Constructor parameters in org.jboss.weld.interceptor.proxy with type arguments of type InterceptorMethodInvocation Constructor Description WeldInvocationContext(Object target, Method targetMethod, Method proceed, Object[] parameters, List<InterceptorMethodInvocation> chain, InterceptionDecorationContext.Stack stack)WeldInvocationContext(Constructor<?> constructor, Object[] parameters, Map<String,Object> contextData, List<InterceptorMethodInvocation> chain)WeldInvocationContext(javax.interceptor.InvocationContext delegate, List<InterceptorMethodInvocation> chain)WeldInvocationContext(javax.interceptor.InvocationContext delegate, List<InterceptorMethodInvocation> chain, CombinedInterceptorAndDecoratorStackMethodHandler currentHandler)
-