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() |
protected Object |
realProceed() |
getConstructor, getContextData, getMethod, getParameters, getTarget, getTimer, setParametersprotected 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-2013 The Apache Software Foundation. All Rights Reserved.