Package org.jboss.annotation.ejb

Enum Summary
AcknowledgementMode Enumeration for the behavior for the ackowledgement of JMS messages
DeliveryMode Enumeration for specifying the persistence of a JMS message
Durability Enumeration for the durability of a JMS Topic Subscriber
 

Annotation Types Summary
AspectDomain Annotation for specifying the aspect domain for a bean.
Clustered Annotation for specifying that a bean should be clustered
Consumer Annotation for specifying a class as a Consumer EJB.
CurrentMessage Inject the current message of a @Consumer invocation
DefaultActivationSpecs Comment
Depends Annotation for specifying a deployment dependency for a bean.
Local Annotation for specifying that a Producer will be invoked on locally only.
LocalBinding Annotation for specifying the local jndi binding for an EJB local interface
Management Annotation for specifying the management interface for a @Service EJB
MessageProperties Annotation for specifying the message properties for a Consumer bean.
PoolClass Annotation for specifying the pool class to manage thread pooling for a bean
Producer Annotation for specifying the interface and/or properties for a Producer.
Producers Used in conjunction with the @Consumer EJB type, it lists the producer interfaces that are published by the consumer.
RemoteBinding Annotation for specifying the remote jndi binding for a bean as well as the client interceptor stack, which is a stack-ref in JBoss AOP THe clientBindUrl is the JBoss Remoting URL that clients will try and bind to.
RemoteBindings Annotation for specifying the remote jndi bindings for a bean
SerializedConcurrentAccess Set on a stateful bean.
Service Annotation for specifying the new JBoss Specific EJB extension, a singleton service It is a single instance that can have a remote/local/MBean management interface
TransactionTimeout Annotation for specifying the transaction timeout of an EJB business method