Enterprise Java Development@TOPIC@

Chapter 118. EJB Interceptors

118.1. Business Method Callbacks
118.1.1. Sample Business Method being Intercepted
118.1.2. Sample Business Method Interceptor
118.1.3. Sample Output
118.2. InvocationContext
118.2.1. InvocationContext Interface
118.3. Lifecycle Callbacks
118.3.1. Lifecycle Callbacks
118.4. Timer Callbacks
118.4.1. Timer Interceptor
118.5. Activating Interceptors
118.5.1. EJB Descriptor (ejb-jar.xml) Activation
118.5.2. @Interceptor(s) Annotation Activation
118.6. Summary