| javax.annotation.Resource
Resource | public @interface Resource(Code) | | Used to declare a link to a resource (like a Bean's context, a DataSource, etc).
See Also: EJB 3.0 specification author: Florent Benoit since: EJB 3.0 version. |
AuthenticationType | public Enum AuthenticationType(Code) | | Type of the authentication.
|
authenticationType | AuthenticationType authenticationType(Code) | | The authentication type, with container as default.
|
description | String description(Code) | | A description for this resource.
|
mappedName | String mappedName(Code) | | JNDI name to use for the resource. (name found in the RMI registry)
|
name | String name(Code) | | Name of the resource. (in java:comp ENC environment)
|
shareable | boolean shareable(Code) | | Share this resource between components ?
|
|
|