Package org.apache.beehive.controls.system.ejb
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| EJBControl |
Enterprise Java Bean Control base interface |
| EntityEJBControl |
As part of the EJB control, this interface simplifies access to
entity Enterprise JavaBeans (EJBs). |
| SessionEJBControl |
As part of the EJB control, this interface simplifies access to
session Enterprise JavaBeans (EJBs). |
| EJBControlAssembler |
The EJBControl needs to inject EJB reference entries into the
DD of its containing module for cases where ejb-link is used. |
| EJBControlImpl |
The Enterprise Java Bean Control implementation class |
| EJBInfo |
The EJBInfo class is a support class that derives EJB information by
reflecting on an EJB control interface. |
| EntityEJBControlImpl |
The EntityEJBControlImpl class is the control implementation class for
Entity EJBs. |
| SessionEJBControlImpl |
The SessionEJBControlImpl class is the control implementation class for
Stateless/Stateful Session EJBs. |
| EJBControl.EJBHome |
EJBHome specifies the target EJB's home interface for the EJB control using the following attributes:
- jndiName specifies the JNDI name of the target EJB's home interface
(e.g.
|
| EJBControl.JNDIContextEnv |
JNDIContextEnv specifies the environment properties for the JNDI context that will
be used to lookup the target EJB. |