Package org.jboss.ejb3.annotation


package org.jboss.ejb3.annotation
  • Annotation Interfaces
    Class
    Description
    Cache Annotation used to specify Cache implementation
    Deprecated.
    the clusterability of an EJB is determined by the capabilities of the associated server and is explicitly disabled via javax.ejb.Stateful#passivationCapable().
    Annotation for specifying that a MDB should be clustered singleton, i.e., the delivery will be active only in one node of the cluster.
    States whether messages will be delivered to the MDB as soon as it is deployed.
    Adds the MDB to one or more delivery groups.
    Containing annotation type for repeatable annotation DeliveryGroup.
    A Pool annotation can be used on EJBs to identify the pool which has to be used for that EJB.
    Identifies RAR you want to use for the MDB.
    Annotation for specifying the additional security Principal for which this bean executes
    Annotation for specifying the JBoss security domain for an EJB DO NOT USE THE JNDI NAME: - "java:/jaas/MyDomain" ILLEGAL - "MyDomain" GOOD
    Annotation for specifying the transaction timeout of a newly started transaction when invoking an EJB business method.