org.ow2.easybeans.enhancer.bean |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
BeanClassAdapter.java | Class | This class adds a bean interface to the parsed object.
It also adds getEasyBeansFactory method defined in the EasyBeansBean interface.
Stateless bean will have EasyBeansStatelessSessionBean interface, etc. |
Migration21ClassAdapter.java | Class | This adapter is used to add the EJB 2.1 methods that are required for the
EJBObject or EJBLocalObject interfaces. |