org.controlhaus.ejb
Annotation Type EJBControl.EJBHome
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public static @interface 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. EJBNameHome). This value may also be an URL using the "JNDI:"
protocol (e.g. jndi://username:password@host:port/EJBNameHome).
- ejbLink specifies the name of the target EJB using the application
relative path to the EJB JAR. This syntax causes the runtime to
use an application scoped name when locating the referenced EJB.
The naming syntax is BeanName#EJBJAR (e.g. CreditCard#CustomerData.jar).
jndiName
public abstract String jndiName
- Default:
- ""
ejbLink
public abstract String ejbLink
- Default:
- ""