C D O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- Cache - Annotation Type in org.jboss.ejb3.annotation
-
Cache Annotation used to specify Cache implementation
- Clustered - Annotation Type in org.jboss.ejb3.annotation
-
Annotation for specifying that a bean should be clustered
- ClusteredSingleton - Annotation Type in org.jboss.ejb3.annotation
-
Annotation for specifying that a MDB should be clustered singleton, i.e., the delivery will be active only in one node of the cluster.
D
- DeliveryActive - Annotation Type in org.jboss.ejb3.annotation
-
States whether messages will be delivered to the MDB as soon as it is deployed.
- DeliveryGroup - Annotation Type in org.jboss.ejb3.annotation
-
Adds the MDB to a delivery group.
O
- org.jboss.ejb3.annotation - package org.jboss.ejb3.annotation
P
- Pool - Annotation Type in org.jboss.ejb3.annotation
-
A Pool annotation can be used on EJBs to identify the pool which has to be used for that EJB.
R
- ResourceAdapter - Annotation Type in org.jboss.ejb3.annotation
-
Identifies RAR you want to use for the MDB.
- RunAsPrincipal - Annotation Type in org.jboss.ejb3.annotation
-
Annotation for specifying the additional security Principal for which this bean executes
S
- SecurityDomain - Annotation Type in org.jboss.ejb3.annotation
-
Annotation for specifying the JBoss security domain for an EJB DO NOT USE THE JNDI NAME: - "java:/jaas/MyDomain" ILLEGAL - "MyDomain" GOOD
T
- TransactionTimeout - Annotation Type in org.jboss.ejb3.annotation
-
Annotation for specifying the transaction timeout of a newly started transaction when invoking an EJB business method.
U
- unauthenticatedPrincipal() - Method in annotation type org.jboss.ejb3.annotation.SecurityDomain
- unit() - Method in annotation type org.jboss.ejb3.annotation.TransactionTimeout
-
Units used for the specified value.
V
- value() - Method in annotation type org.jboss.ejb3.annotation.Cache
-
Identifies the name of the cache.
- value() - Method in annotation type org.jboss.ejb3.annotation.DeliveryActive
- value() - Method in annotation type org.jboss.ejb3.annotation.DeliveryGroup
- value() - Method in annotation type org.jboss.ejb3.annotation.Pool
-
The name of the pool which is configured in the EJB subsystem on the server
- value() - Method in annotation type org.jboss.ejb3.annotation.ResourceAdapter
- value() - Method in annotation type org.jboss.ejb3.annotation.RunAsPrincipal
- value() - Method in annotation type org.jboss.ejb3.annotation.SecurityDomain
- value() - Method in annotation type org.jboss.ejb3.annotation.TransactionTimeout
-
The new timeout value, in seconds.
All Classes All Packages