Package org.jboss.weld.util
Class ForwardingInvocationContext
java.lang.Object
org.jboss.weld.util.ForwardingInvocationContext
- All Implemented Interfaces:
jakarta.interceptor.InvocationContext
- Direct Known Subclasses:
WeldInvocationContextImpl
public abstract class ForwardingInvocationContext
extends Object
implements jakarta.interceptor.InvocationContext
Forwarding implementation of
InvocationContext.- Author:
- Jozef Hartinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract jakarta.interceptor.InvocationContextdelegate()booleanConstructor<?>Object[]getTimer()inthashCode()proceed()voidsetParameters(Object[] params) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.interceptor.InvocationContext
getInterceptorBinding, getInterceptorBindings, getInterceptorBindings
-
Constructor Details
-
ForwardingInvocationContext
public ForwardingInvocationContext()
-
-
Method Details
-
delegate
protected abstract jakarta.interceptor.InvocationContext delegate() -
getTarget
- Specified by:
getTargetin interfacejakarta.interceptor.InvocationContext
-
getMethod
- Specified by:
getMethodin interfacejakarta.interceptor.InvocationContext
-
getConstructor
- Specified by:
getConstructorin interfacejakarta.interceptor.InvocationContext
-
getParameters
- Specified by:
getParametersin interfacejakarta.interceptor.InvocationContext- Throws:
IllegalStateException
-
setParameters
- Specified by:
setParametersin interfacejakarta.interceptor.InvocationContext- Throws:
IllegalStateExceptionIllegalArgumentException
-
getContextData
- Specified by:
getContextDatain interfacejakarta.interceptor.InvocationContext
-
getTimer
- Specified by:
getTimerin interfacejakarta.interceptor.InvocationContext
-
proceed
- Specified by:
proceedin interfacejakarta.interceptor.InvocationContext- Throws:
Exception
-
hashCode
public int hashCode() -
equals
-
toString
-