org.ow2.easybeans.enhancer.interceptors |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
EasyBeansInvocationContextGenerator.java | Class | Generates the implementation of
org.ow2.easybeans.api.EasyBeansInvocationContext interface for a
given business method. |
InterceptorClassAdapter.java | Class | This class delegates the creation of an implementation of a
EasyBeansInvocationContext interface and intercepts all business methods() of a
Bean. |
InterceptorManagerGenerator.java | Class | This generates a class that manage the interceptor of a given bean. |