public class DelegatingInterceptorInvocationContext extends Object implements javax.interceptor.InvocationContext
Constructor and Description |
---|
DelegatingInterceptorInvocationContext(javax.interceptor.InvocationContext delegateInvocationContext,
List<javax.enterprise.inject.spi.Interceptor<?>> interceptors,
List<Object> instances,
javax.enterprise.inject.spi.InterceptionType interceptionType) |
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 Map<String,Object> getContextData()
getContextData
in interface javax.interceptor.InvocationContext
public Method getMethod()
getMethod
in interface javax.interceptor.InvocationContext
public Constructor<?> getConstructor()
getConstructor
in interface javax.interceptor.InvocationContext
public Object[] getParameters()
getParameters
in interface javax.interceptor.InvocationContext
public Object getTarget()
getTarget
in interface javax.interceptor.InvocationContext
public Object proceed() throws Exception
proceed
in interface javax.interceptor.InvocationContext
Exception
public void setParameters(Object[] params)
setParameters
in interface javax.interceptor.InvocationContext
public Object getTimer()
getTimer
in interface javax.interceptor.InvocationContext
Copyright © 2018 JBoss by Red Hat. All rights reserved.