org.jboss.ejb3.interceptors.registry
Class InterceptorRegistry

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

public class InterceptorRegistry
extends java.lang.Object

The interceptor registry for a given EJB.

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
InterceptorRegistry(org.jboss.aop.Advisor advisor)
           
 
Method Summary
 java.util.List<java.lang.Class<?>> getApplicableInterceptorClasses(java.lang.reflect.Method method)
           
 java.util.List<java.lang.Class<?>> getInterceptorClasses()
           
 java.util.List<java.lang.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 java.util.List<java.lang.Class<?>> getApplicableInterceptorClasses(java.lang.reflect.Method method)

getInterceptorClasses

public java.util.List<java.lang.Class<?>> getInterceptorClasses()

getLifecycleInterceptorClasses

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

Returns:


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