|
DRAFT | ||||||||
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 | |
---|---|
java.lang.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 ] |
java.lang.String |
beanName
The ejb-name of the Enterprise Java Bean to which this reference is mapped. |
java.lang.String |
description
|
java.lang.String |
mappedName
The product specific name of the EJB component to which this ejb reference should be mapped. |
java.lang.String |
name
The logical name of the ejb reference within the declaring component's (java:comp/env) environment. |
public abstract java.lang.String name
public abstract java.lang.String description
public abstract java.lang.String beanName
public abstract java.lang.Class beanInterface
public abstract java.lang.String mappedName
|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.