Package org.apache.webbeans.intercept
Class AbstractInvocationContext<T>
java.lang.Object
org.apache.webbeans.intercept.AbstractInvocationContext<T>
- All Implemented Interfaces:
jakarta.interceptor.InvocationContext
- Direct Known Subclasses:
InterceptorInvocationContext
public abstract class AbstractInvocationContext<T>
extends Object
implements jakarta.interceptor.InvocationContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractInvocationContext(jakarta.inject.Provider<T> target, AccessibleObject member, Object[] parameters, Set<Annotation> interceptorBindings) AbstractInvocationContext(jakarta.inject.Provider<T> target, Method method, Object[] parameters, Object timer, Set<Annotation> interceptorBindings) -
Method Summary
Modifier and TypeMethodDescriptionObject[]getTimer()proceed()voidsetParameters(Object[] parameters) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.interceptor.InvocationContext
getInterceptorBinding, getInterceptorBindings
-
Field Details
-
target
-
parameters
-
-
Constructor Details
-
AbstractInvocationContext
public AbstractInvocationContext(jakarta.inject.Provider<T> target, AccessibleObject member, Object[] parameters, Set<Annotation> interceptorBindings) -
AbstractInvocationContext
-
-
Method Details
-
getTarget
- Specified by:
getTargetin interfacejakarta.interceptor.InvocationContext
-
getMethod
- Specified by:
getMethodin interfacejakarta.interceptor.InvocationContext
-
getParameters
- Specified by:
getParametersin interfacejakarta.interceptor.InvocationContext
-
setParameters
- Specified by:
setParametersin interfacejakarta.interceptor.InvocationContext
-
getContextData
- Specified by:
getContextDatain interfacejakarta.interceptor.InvocationContext
-
getTimer
- Specified by:
getTimerin interfacejakarta.interceptor.InvocationContext
-
proceed
- Specified by:
proceedin interfacejakarta.interceptor.InvocationContext- Throws:
Exception
-
directProceed
- Throws:
Exception
-
getConstructor
- Specified by:
getConstructorin interfacejakarta.interceptor.InvocationContext
-
getInterceptorBindings
- Specified by:
getInterceptorBindingsin interfacejakarta.interceptor.InvocationContext
-