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
Constructors Constructor Description DelegatingInterceptorInvocationContext(jakarta.interceptor.InvocationContext delegateInvocationContext, List<jakarta.enterprise.inject.spi.Interceptor<?>> interceptors, List<Object> instances, jakarta.enterprise.inject.spi.InterceptionType interceptionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Constructor<?>getConstructor()Map<String,Object>getContextData()MethodgetMethod()Object[]getParameters()ObjectgetTarget()ObjectgetTimer()Objectproceed()voidsetParameters(Object[] params)
-
-
-
Constructor Detail
-
DelegatingInterceptorInvocationContext
public DelegatingInterceptorInvocationContext(jakarta.interceptor.InvocationContext delegateInvocationContext, List<jakarta.enterprise.inject.spi.Interceptor<?>> interceptors, List<Object> instances, jakarta.enterprise.inject.spi.InterceptionType interceptionType)
-
-
Method Detail
-
getContextData
public Map<String,Object> getContextData()
- Specified by:
getContextDatain interfacejakarta.interceptor.InvocationContext
-
getMethod
public Method getMethod()
- Specified by:
getMethodin interfacejakarta.interceptor.InvocationContext
-
getConstructor
public Constructor<?> getConstructor()
- Specified by:
getConstructorin interfacejakarta.interceptor.InvocationContext
-
getParameters
public Object[] getParameters()
- Specified by:
getParametersin interfacejakarta.interceptor.InvocationContext
-
getTarget
public Object getTarget()
- Specified by:
getTargetin interfacejakarta.interceptor.InvocationContext
-
proceed
public Object proceed() throws Exception
- Specified by:
proceedin interfacejakarta.interceptor.InvocationContext- Throws:
Exception
-
setParameters
public void setParameters(Object[] params)
- Specified by:
setParametersin interfacejakarta.interceptor.InvocationContext
-
getTimer
public Object getTimer()
- Specified by:
getTimerin interfacejakarta.interceptor.InvocationContext
-
-