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   
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> DeploymentInfo.getMethodInterceptors(Method method)
           
 

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
 

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

Method parameters in org.apache.openejb.core with type arguments of type InterceptorData
 void CoreDeploymentInfo.setCallbackInterceptors(List<InterceptorData> callbackInterceptors)
           
 void CoreDeploymentInfo.setMethodInterceptors(Method method, List<InterceptorData> interceptors)
           
 

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 OpenEJB development community. All Rights Reserved.