Uses of Interface
javax.enterprise.inject.spi.Interceptor

Packages that use Interceptor
com.caucho.config.gen   
com.caucho.config.inject   
com.caucho.ejb.session   
javax.enterprise.inject.spi Java Dependency Injection programmatic APIs. 
 

Uses of Interceptor in com.caucho.config.gen
 

Methods in com.caucho.config.gen that return Interceptor
static Interceptor<?>[] CandiUtil.createMethods(java.util.ArrayList<Interceptor<?>> beans, InterceptionType type, int[] indexChain)
           
 

Method parameters in com.caucho.config.gen with type arguments of type Interceptor
static void CandiUtil.createInterceptors(InjectManager manager, java.util.ArrayList<Interceptor<?>> beans, java.lang.annotation.Annotation... bindings)
           
static void CandiUtil.createInterceptors(InjectManager manager, java.util.ArrayList<Interceptor<?>> beans, InterceptionType type, java.lang.annotation.Annotation... bindings)
           
static int[] CandiUtil.createInterceptors(InjectManager manager, java.util.ArrayList<InterceptorRuntimeBean<?>> staticBeans, java.util.ArrayList<Interceptor<?>> beans, int[] staticIndexList, InterceptionType type, java.lang.annotation.Annotation... bindings)
           
static Interceptor<?>[] CandiUtil.createMethods(java.util.ArrayList<Interceptor<?>> beans, InterceptionType type, int[] indexChain)
           
static void CandiUtil.validatePassivating(java.lang.Class<?> cl, java.util.ArrayList<Interceptor<?>> beans)
           
 

Constructors in com.caucho.config.gen with parameters of type Interceptor
CandiInvocationContext(InterceptionType type, java.lang.Object target, java.lang.reflect.Method apiMethod, java.lang.reflect.Method implMethod, Interceptor<?>[] chainMethods, java.lang.Object[] chainObjects, int[] chainIndex, java.lang.Object[] param)
           
 

Uses of Interceptor in com.caucho.config.inject
 

Classes in com.caucho.config.inject that implement Interceptor
 class AbstractInterceptorBean<X>
          InterceptorBean represents a Java interceptor
 class InterceptorBean<X>
          InterceptorBean represents a Java interceptor
 class InterceptorRuntimeBean<X>
          InterceptorBean represents a Java interceptor
 class InterceptorSelfBean<X>
          InterceptorBean represents a Java interceptor
 

Methods in com.caucho.config.inject that return Interceptor
 Interceptor<X> InterceptorEntry.getInterceptor()
           
 

Methods in com.caucho.config.inject that return types with arguments of type Interceptor
 java.util.List<Interceptor<?>> InjectManager.resolveInterceptors(InterceptionType type, java.lang.annotation.Annotation... qualifiers)
          Resolves the interceptors for a given interceptor type
 

Constructors in com.caucho.config.inject with parameters of type Interceptor
InterceptorEntry(Interceptor<X> interceptor)
           
 

Uses of Interceptor in com.caucho.ejb.session
 

Method parameters in com.caucho.ejb.session with type arguments of type Interceptor
<T> StatelessPool<X,T>
StatelessManager.createStatelessPool(StatelessProxyFactory proxy, StatelessContext<X,T> context, java.util.List<Interceptor<?>> interceptorBeans)
          Called by the StatelessProxy on initialization.
 java.lang.Object[] StatelessManager.getInterceptorBindings(java.util.List<Interceptor<?>> interceptorBeans, CreationalContextImpl<?> parentEnv)
           
 

Uses of Interceptor in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return types with arguments of type Interceptor
 java.util.List<Interceptor<?>> BeanManager.resolveInterceptors(InterceptionType type, java.lang.annotation.Annotation... bindings)
          Resolves the interceptors for a given interceptor type