|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface EJBAllows to inject a reference to an EJB.
| Optional Element Summary | |
|---|---|
Class |
beanInterface
Interface of the EJB. |
String |
beanName
Name of the EJB as it is declared on the Stateless/Stateful bean. |
String |
description
Description of this link to an EJB. |
String |
lookup
|
String |
mappedName
The JNDI name to use to search bean in the RMI registry. |
String |
name
Name in java:comp/env ENC environment to use. |
public abstract String name
public abstract Class beanInterface
public abstract String beanName
public abstract String mappedName
public abstract String description
public abstract String lookup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||