Uses of Class
org.jboss.ejb3.interceptor.InterceptorInfo

Packages that use InterceptorInfo
org.jboss.ejb3   
org.jboss.ejb3.interceptor   
org.jboss.ejb3.stateful   
 

Uses of InterceptorInfo in org.jboss.ejb3
 

Methods in org.jboss.ejb3 with parameters of type InterceptorInfo
 Object[] BeanContext.getInterceptorInstances(InterceptorInfo[] interceptorInfos)
           
 Object[] BaseContext.getInterceptorInstances(InterceptorInfo[] interceptorInfos)
          Deprecated. 
 

Uses of InterceptorInfo in org.jboss.ejb3.interceptor
 

Methods in org.jboss.ejb3.interceptor that return InterceptorInfo
 InterceptorInfo InterceptorInfoRepository.getInterceptorInfo(Class clazz)
          Deprecated.  
 

Methods in org.jboss.ejb3.interceptor that return types with arguments of type InterceptorInfo
 HashSet<InterceptorInfo> InterceptorInfoRepository.getDefaultInterceptors()
          Deprecated.  
 ArrayList<InterceptorInfo> InterceptorInfoRepository.getMethodInterceptors(EJBContainer container, Method m)
          Deprecated.  
 

Methods in org.jboss.ejb3.interceptor with parameters of type InterceptorInfo
 void InterceptorInfo.calculateHierarchy(InterceptorInfo superInfo)
          Deprecated.  
static javax.interceptor.InvocationContext LifecycleInvocationContextImpl.getLifecycleInvocationContext(Class type, BeanContext beanContext, InterceptorInfo[] interceptorInfos, Method[] beanMethods)
           
 

Constructors in org.jboss.ejb3.interceptor with parameters of type InterceptorInfo
EJB3InterceptorsInterceptor(InterceptorInfo[] interceptorInfos, Method[] beanAroundInvokes)
           
InterceptorInfo(InterceptorInfo interceptorInfo)
          Deprecated.  
InvocationContextImpl(EJBContainerInvocation inv, InterceptorInfo[] interceptorInfos, Object[] instances, Method[] beanAroundInvokes)
           
 

Uses of InterceptorInfo in org.jboss.ejb3.stateful
 

Methods in org.jboss.ejb3.stateful with parameters of type InterceptorInfo
 Object[] StatefulBeanContext.getInterceptorInstances(InterceptorInfo[] interceptorInfos)
           
 Object[] ProxiedStatefulBeanContext.getInterceptorInstances(InterceptorInfo[] interceptorInfos)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.