|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface EJB
Indicates a dependency on the local or remote view of an Enterprise Java Bean.
Optional Element Summary | |
---|---|
Class |
beanInterface
Holds one of the following interface types of the target EJB : [ Local business interface, Remote business interface, Local Home interface, Remote Home interface ] |
String |
beanName
The ejb-name of the Enterprise Java Bean to which this reference is mapped. |
String |
description
|
String |
mappedName
The product specific name of the EJB component to which this ejb reference should be mapped. |
String |
name
The logical name of the ejb reference within the declaring component's (java:comp/env) environment. |
public abstract String name
public abstract String description
public abstract String beanName
public abstract Class beanInterface
public abstract String mappedName
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.