Annotation Type | Description |
---|---|
Cache |
Cache
Annotation used to specify Cache implementation
|
Clustered |
Annotation for specifying that a bean should be clustered
|
ClusteredSingleton |
Annotation for specifying that a MDB should be clustered singleton, i.e., the delivery will be active only in one node
of the cluster.
|
DeliveryActive |
States whether messages will be delivered to the MDB as soon as it is deployed.
|
DeliveryGroup |
Adds the MDB to a delivery group.
|
Pool |
A Pool annotation can be used on EJBs to identify the pool which has to be used for that EJB.
|
ResourceAdapter |
Identifies RAR you want to use for the MDB.
|
RunAsPrincipal |
Annotation for specifying the additional security Principal for which this bean executes
|
SecurityDomain |
Annotation for specifying the JBoss security domain for an EJB
DO NOT USE THE JNDI NAME:
- "java:/jaas/MyDomain" ILLEGAL
- "MyDomain" GOOD
|
TransactionTimeout |
Annotation for specifying the transaction timeout of a newly started
transaction when invoking an EJB business method.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.