Index
All Classes and Interfaces|All Packages
A
- APPLICATION - Enum constant in enum javax.annotation.Resource.AuthenticationType
- authenticationType() - Element in annotation type javax.annotation.Resource
-
The authentication type to use for this resource.
C
- className() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
DataSource implementation class name which implements:
javax.sql.DataSource
orjavax.sql.XADataSource
orjavax.sql.ConnectionPoolDataSource
. - comments() - Element in annotation type javax.annotation.Generated
-
A place holder for any comments that the code generator may want to include in the generated code.
- CONTAINER - Enum constant in enum javax.annotation.Resource.AuthenticationType
D
- databaseName() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Name of a database on a server.
- DataSourceDefinition - Annotation Type in javax.annotation.sql
-
Annotation used to define a container
DataSource
and be registered with JNDI. - DataSourceDefinitions - Annotation Type in javax.annotation.sql
-
Declares one or more
DataSourceDefinition
annotations. - date() - Element in annotation type javax.annotation.Generated
-
Date when the source was generated.
- DeclareRoles - Annotation Type in javax.annotation.security
-
Used by application to declare roles.
- DenyAll - Annotation Type in javax.annotation.security
-
Specifies that no security roles are allowed to invoke the specified method(s) - i.e that the methods are to be excluded from execution in the J2EE container.
- description() - Element in annotation type javax.annotation.Resource
-
Description of this resource.
- description() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Description of this data source
G
- Generated - Annotation Type in javax.annotation
-
The Generated annoation is used to mark source code that has been generated.
I
- initialPoolSize() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Number of connections that should be created when a connection pool is initialized.
- isolationLevel() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Isolation level for connections.
J
- javax.annotation - package javax.annotation
-
This package defines the common annotations.
- javax.annotation.security - package javax.annotation.security
-
This package contains the security common annotations.
- javax.annotation.sql - package javax.annotation.sql
L
- loginTimeout() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
- lookup() - Element in annotation type javax.annotation.Resource
-
The name of the resource that the reference points to.
M
- ManagedBean - Annotation Type in javax.annotation
-
The ManagedBean annotation marks a POJO (Plain Old Java Object) as a ManagedBean.A ManagedBean supports a small set of basic services such as resource injection, lifecycle callbacks and interceptors.
- mappedName() - Element in annotation type javax.annotation.Resource
-
A product specific name that this resource should be mapped to.
- maxIdleTime() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
The number of seconds that a physical connection should remain unused in the pool before the connection is closed for a connection pool.
- maxPoolSize() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Maximum number of connections that should be concurrently allocated for a connection pool.
- maxStatements() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
The total number of statements that a connection pool should keep open.
- minPoolSize() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Minimum number of connections that should be allocated for a connection pool.
N
- name() - Element in annotation type javax.annotation.Resource
-
The JNDI name of the resource.
- name() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
JNDI name by which the data source will be registered.
P
- password() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Password to use for connection authentication.
- PermitAll - Annotation Type in javax.annotation.security
-
Specifies that all security roles are allowed to invoke the specified method(s) i.e that the specified method(s) are "unchecked".
- portNumber() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Port number where a server is listening for requests.
- PostConstruct - Annotation Type in javax.annotation
-
The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
- PreDestroy - Annotation Type in javax.annotation
-
The PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the container.
- Priority - Annotation Type in javax.annotation
- properties() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Used to specify Vendor specific properties and less commonly used
DataSource
properties such as:
R
- Resource - Annotation Type in javax.annotation
-
The Resource annotation marks a resource that is needed by the application.
- Resource.AuthenticationType - Enum in javax.annotation
-
The two possible authentication types for a resource.
- Resources - Annotation Type in javax.annotation
-
This class is used to allow multiple resources declarations.
- RolesAllowed - Annotation Type in javax.annotation.security
-
Specifies the list of roles permitted to access method(s) in an application.
- RunAs - Annotation Type in javax.annotation.security
-
Defines the identity of the application during execution in a J2EE container.
S
- serverName() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Database server name.
- shareable() - Element in annotation type javax.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
T
- transactional() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
Set to
false
if connections should not participate in transactions. - type() - Element in annotation type javax.annotation.Resource
-
The Java type of the resource.
U
- url() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
A JDBC URL.
- user() - Element in annotation type javax.annotation.sql.DataSourceDefinition
-
User name to use for connection authentication.
V
- value() - Element in annotation type javax.annotation.Generated
-
This is used by the code generator to mark the generated classes and methods.
- value() - Element in annotation type javax.annotation.ManagedBean
-
The name of the Managed Bean.
- value() - Element in annotation type javax.annotation.Priority
- value() - Element in annotation type javax.annotation.Resources
-
Array used for multiple resource declarations.
- value() - Element in annotation type javax.annotation.security.DeclareRoles
- value() - Element in annotation type javax.annotation.security.RolesAllowed
- value() - Element in annotation type javax.annotation.security.RunAs
- value() - Element in annotation type javax.annotation.sql.DataSourceDefinitions
- valueOf(String) - Static method in enum javax.annotation.Resource.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum javax.annotation.Resource.AuthenticationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages