org.jboss.ejb3.interceptors.registry
Class InterceptorRegistry

java.lang.Object
  extended by org.jboss.ejb3.interceptors.registry.InterceptorRegistry

public class InterceptorRegistry
extends Object

The interceptor registry for a given EJB.

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
InterceptorRegistry(org.jboss.aop.Advisor advisor)
           
 
Method Summary
 List<Class<?>> getApplicableInterceptorClasses(Method method)
           
 List<Class<?>> getInterceptorClasses()
           
 List<Class<?>> getLifecycleInterceptorClasses()
          All default and class interceptors (not method interceptors (12.7 footnote 57)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorRegistry

public InterceptorRegistry(org.jboss.aop.Advisor advisor)
Method Detail

getApplicableInterceptorClasses

public List<Class<?>> getApplicableInterceptorClasses(Method method)

getInterceptorClasses

public List<Class<?>> getInterceptorClasses()

getLifecycleInterceptorClasses

public List<Class<?>> getLifecycleInterceptorClasses()
All default and class interceptors (not method interceptors (12.7 footnote 57)

Returns:


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