org.apache.beehive.controls.system.ejb |
|
Java Source File Name | Type | Comment |
EJBControl.java | Interface | |
EJBControlAssembler.java | Class | The EJBControl needs to inject EJB reference entries into the
DD of its containing module for cases where ejb-link is used. |
EJBControlImpl.java | Class | |
EJBInfo.java | Class | The EJBInfo class is a support class that derives EJB information by
reflecting on an EJB control interface. |
EntityEJBControl.java | Interface | As part of the EJB control, this interface simplifies access to
entity Enterprise JavaBeans (EJBs). |
EntityEJBControlImpl.java | Class | The EntityEJBControlImpl class is the control implementation class for
Entity EJBs. |
SessionEJBControl.java | Interface | As part of the EJB control, this interface simplifies access to
session Enterprise JavaBeans (EJBs). |
SessionEJBControlImpl.java | Class | The SessionEJBControlImpl class is the control implementation class for
Stateless/Stateful Session EJBs. |