Uses of Class
com.caucho.config.inject.InterceptorRuntimeBean

Packages that use InterceptorRuntimeBean
com.caucho.config.gen   
com.caucho.config.inject   
 

Uses of InterceptorRuntimeBean in com.caucho.config.gen
 

Method parameters in com.caucho.config.gen with type arguments of type InterceptorRuntimeBean
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)
           
 

Uses of InterceptorRuntimeBean in com.caucho.config.inject
 

Subclasses of InterceptorRuntimeBean in com.caucho.config.inject
 class InterceptorBean<X>
          InterceptorBean represents a Java interceptor
 class InterceptorSelfBean<X>
          InterceptorBean represents a Java interceptor
 

Methods in com.caucho.config.inject that return InterceptorRuntimeBean
 InterceptorRuntimeBean<?> InterceptorRuntimeBean.getParent()
           
 

Constructors in com.caucho.config.inject with parameters of type InterceptorRuntimeBean
InterceptorRuntimeBean(InterceptorRuntimeBean<X> child, java.lang.Class<X> type)