Package org.jboss.as.weld.ejb
Class DelegatingInterceptorInvocationContext
java.lang.Object
org.jboss.as.weld.ejb.DelegatingInterceptorInvocationContext
- All Implemented Interfaces:
jakarta.interceptor.InvocationContext
public class DelegatingInterceptorInvocationContext
extends Object
implements jakarta.interceptor.InvocationContext
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingInterceptorInvocationContext(jakarta.interceptor.InvocationContext delegateInvocationContext, List<jakarta.enterprise.inject.spi.Interceptor<?>> interceptors, List<Object> instances, jakarta.enterprise.inject.spi.InterceptionType interceptionType) -
Method Summary
Modifier and TypeMethodDescriptionConstructor<?>Object[]getTimer()proceed()voidsetParameters(Object[] params)
-
Constructor Details
-
DelegatingInterceptorInvocationContext
-
-
Method Details
-
getContextData
- Specified by:
getContextDatain interfacejakarta.interceptor.InvocationContext
-
getMethod
- Specified by:
getMethodin interfacejakarta.interceptor.InvocationContext
-
getConstructor
- Specified by:
getConstructorin interfacejakarta.interceptor.InvocationContext
-
getParameters
- Specified by:
getParametersin interfacejakarta.interceptor.InvocationContext
-
getTarget
- Specified by:
getTargetin interfacejakarta.interceptor.InvocationContext
-
proceed
- Specified by:
proceedin interfacejakarta.interceptor.InvocationContext- Throws:
Exception
-
setParameters
- Specified by:
setParametersin interfacejakarta.interceptor.InvocationContext
-
getTimer
- Specified by:
getTimerin interfacejakarta.interceptor.InvocationContext
-