org.ow2.easybeans.component.api |
EJB 3.0 API
Implementation of EJB 3.0 container API
|
Java Source File Name | Type | Comment |
EZBComponent.java | Interface | Defines the interface that a component needs to implement. |
EZBComponentException.java | Class | Component exception if the component has some errors. |
EZBWrappedComponent.java | Interface | Allow to wrap an instance of a component (not implementing any EasyBeans API) into a component. |