Questo contenuto non è disponibile nella lingua selezionata.
7.6.2. Create a Container Interceptor Class
Container interceptor classes are simple Plain Old Java Objects (POJOs). They use the @javax.annotation.AroundInvoke to mark the method that is invoked during the invocation on the bean.
iAmAround method for invocation:
Example 7.1. Container Interceptor Class Example
jboss-ejb3.xml file described here: Section 7.6.3, “Configure a Container Interceptor”.