org.jboss.ejb3.interceptors.registry
Class InterceptorRegistry
java.lang.Object
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
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 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.