public class DelegatingInvocationContext extends Object implements jakarta.interceptor.InvocationContext
| Constructor and Description |
|---|
DelegatingInvocationContext(jakarta.interceptor.InvocationContext delegate)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
getTarget() |
Object |
getTimer() |
Object |
proceed() |
void |
setParameters(Object[] params) |
public DelegatingInvocationContext(jakarta.interceptor.InvocationContext delegate)
delegate - the delegate contextpublic Object getTarget()
getTarget in interface jakarta.interceptor.InvocationContextpublic Method getMethod()
getMethod in interface jakarta.interceptor.InvocationContextpublic Object[] getParameters()
getParameters in interface jakarta.interceptor.InvocationContextpublic void setParameters(Object[] params)
setParameters in interface jakarta.interceptor.InvocationContextpublic Map<String,Object> getContextData()
getContextData in interface jakarta.interceptor.InvocationContextpublic Object getTimer()
getTimer in interface jakarta.interceptor.InvocationContextpublic Object proceed() throws Exception
proceed in interface jakarta.interceptor.InvocationContextExceptionpublic Constructor<?> getConstructor()
getConstructor in interface jakarta.interceptor.InvocationContextCopyright © 2021 JBoss by Red Hat. All rights reserved.