javax.interceptor |
EJB 3.0 API
API used by EJB 3.0 container
|
Java Source File Name | Type | Comment |
AroundInvoke.java | Annotation | |
ExcludeClassInterceptors.java | Annotation | Do not use on this method the interceptors defined at the class level. |
ExcludeDefaultInterceptors.java | Annotation | Do not apply on the methods of the given class or on the given method the
interceptors that have been defined in the XML Deployment Descriptor. |
Interceptors.java | Annotation | List of interceptors classes to use for a given class or a given method. |
InvocationContext.java | Interface | Context that is given to all interceptors (business or lifecycle) and that
allow to get information on the current invocation. |