Package org.jboss.ejb3.interceptors.aop

Interface Summary
Destructable So we can call _preDestroy
ExtendedAdvisor An advisor which has access to an extended annotation repository.
 

Class Summary
AbstractInterceptorFactory An aspect factory that can do nothing.
AroundInvokeInterceptor Invoke around invoke
BootstrapInterceptor The mother of interceptors
BusinessMethodBeanMethodInterceptor Comment
BusinessMethodInterceptorMethodInterceptor Chapter 12.3 AroundInvoke methods have the following signature: Object (InvocationContext) throws Exception
ClassContainer Deprecated. use DomainClassLoader
DefaultInterceptorFactory The default interceptor factory just creates a new instance of the interceptor class.
DomainClassLoader Comment
EJB3InterceptorInterceptor  
ExtendedAdvisorHelper Comment
ExtendedAdvisorWrapper Wraps an AOP Advisor to become an extended advisor of itself.
InjectInterceptorsFactory Comment
InterceptorSequencer Invokes some interceptors in sequence.
InterceptorsFactory The interceptors factory analyzes the annotations and creates interceptor instances out of those.
InterceptorsInterceptor Invoke the correct spec interceptors.
InvocationContextInterceptor The invocation context interceptor makes sure that invocation context is available.
InvokeSpecInterceptorInterceptor Deprecated.
LifecycleCallbackBeanMethodInterceptor Chapter 12.4 Lifecycle callback interceptor methods defined on a bean class have the following signature: void ()
LifecycleCallbackInterceptorMethodInterceptor Chapter 12.4 Lifecycle callback interceptor methods defined on an interceptor class have the following signature: void (InvocationContext)
LifecycleCallbacks The common logic for lifecycle callbacks.
ManagedObjectAdvisorInstanceInterceptor  
NopInterceptor Does nothing.
PostConstructInterceptor Invoke post constructs
 



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