Package org.controlhaus.ejb

Interface Summary
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).
 

Class Summary
EJBControlAssembler The EJBControl needs to inject EJB reference entries into the DD of its containing module for cases where ejb-link is used.
EJBInfo The EJBInfo class is a support class that derives EJB information by reflecting on an EJB control interface.
 

Annotation Types Summary
EJBControl.EJBHome EJBHome specifies the target EJB's home interface for the EJB control - 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.