Uses of Class
org.apache.openejb.core.interceptor.InterceptorData

Packages that use InterceptorData
org.apache.openejb   
org.apache.openejb.assembler.classic   
org.apache.openejb.core.interceptor   
org.apache.openejb.monitoring   
 

Uses of InterceptorData in org.apache.openejb
 

Methods in org.apache.openejb that return types with arguments of type InterceptorData
 List<InterceptorData> BeanContext.getCallbackInterceptors()
           
 List<InterceptorData> BeanContext.getCdiInterceptors()
           
 Set<InterceptorData> BeanContext.getInstanceScopedInterceptors()
          When an instance of an EJB is instantiated, everything in this list is also instatiated and tied to the bean instance.
 List<InterceptorData> BeanContext.getInterceptorData()
           
 List<InterceptorData> MethodContext.getInterceptors()
           
 List<InterceptorData> BeanContext.getMethodInterceptors(Method method)
           
 

Methods in org.apache.openejb with parameters of type InterceptorData
 void MethodContext.addCdiInterceptor(InterceptorData data)
           
 void BeanContext.addCdiMethodInterceptor(Method method, InterceptorData interceptor)
           
 

Method parameters in org.apache.openejb with type arguments of type InterceptorData
 void BeanContext.setCallbackInterceptors(List<InterceptorData> callbackInterceptors)
           
 void BeanContext.setCdiInterceptors(List<InterceptorData> cdiInterceptors)
           
 void MethodContext.setInterceptors(List<InterceptorData> interceptors)
           
 void BeanContext.setMethodInterceptors(Method method, List<InterceptorData> interceptors)
           
 

Uses of InterceptorData in org.apache.openejb.assembler.classic
 

Fields in org.apache.openejb.assembler.classic with type parameters of type InterceptorData
 List<InterceptorData> InterceptorBuilder.classInterceptors
           
 List<InterceptorData> InterceptorBuilder.defaultInterceptors
           
 

Methods in org.apache.openejb.assembler.classic that return types with arguments of type InterceptorData
 List<InterceptorData> InterceptorBuilder.build(Method method)
           
 

Uses of InterceptorData in org.apache.openejb.core.interceptor
 

Methods in org.apache.openejb.core.interceptor that return InterceptorData
 InterceptorData InterceptorInstance.getData()
           
static InterceptorData InterceptorData.scan(Class<?> clazz)
           
 

Constructors in org.apache.openejb.core.interceptor with parameters of type InterceptorData
InterceptorInstance(Object interceptor, InterceptorData data)
           
 

Constructor parameters in org.apache.openejb.core.interceptor with type arguments of type InterceptorData
InterceptorStack(Object beanInstance, Method targetMethod, Operation operation, List<InterceptorData> interceptorDatas, Map<String,Object> interceptorInstances)
           
 

Uses of InterceptorData in org.apache.openejb.monitoring
 

Fields in org.apache.openejb.monitoring declared as InterceptorData
static InterceptorData StatsInterceptor.metadata
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.