public class InterceptorInvocationContext<T> extends AbstractInvocationContext<T>
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected Map<javax.enterprise.inject.spi.Interceptor<?>,?> |
instances |
protected List<javax.enterprise.inject.spi.Interceptor<?>> |
interceptors |
protected javax.enterprise.inject.spi.InterceptionType |
type |
Constructor and Description |
---|
InterceptorInvocationContext(T target,
javax.enterprise.inject.spi.InterceptionType type,
List<javax.enterprise.inject.spi.Interceptor<?>> interceptors,
Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances,
AccessibleObject method,
Object[] parameters) |
Modifier and Type | Method and Description |
---|---|
Object |
proceed() |
getConstructor, getContextData, getMethod, getParameters, getTarget, getTimer, setParameters
protected javax.enterprise.inject.spi.InterceptionType type
protected List<javax.enterprise.inject.spi.Interceptor<?>> interceptors
protected Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances
protected int index
public InterceptorInvocationContext(T target, javax.enterprise.inject.spi.InterceptionType type, List<javax.enterprise.inject.spi.Interceptor<?>> interceptors, Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances, AccessibleObject method, Object[] parameters)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.