Package javax.interceptor

API used by EJB 3.0 container

See:
          Description

Interface Summary
InvocationContext Context that is given to all interceptors (business or lifecycle) and that allow to get information on the current invocation.
 

Annotation Types Summary
AroundInvoke The method flagged with this annotation will be used as the business interceptor's method.
Signature is : Object <METHODgt;(InvocationContext) throws Exception
ExcludeClassInterceptors Do not use on this method the interceptors defined at the class level.
ExcludeDefaultInterceptors 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 List of interceptors classes to use for a given class or a given method.
 

Package javax.interceptor Description

API used by EJB 3.0 container



Copyright © 2008. All Rights Reserved.