org.jboss.ejb3.interceptors.registry
Class InterceptorRegistry
java.lang.Object
org.jboss.ejb3.interceptors.registry.InterceptorRegistry
public class InterceptorRegistry
- extends Object
The interceptor registry for a given EJB.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorRegistry
public InterceptorRegistry(org.jboss.aop.Advisor advisor)
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.