A B C D E G I J L M O P R S T V

A

AccessMode - Enum in javax.ejb
The enum for the type of EJB Home interface
AcknowledgementMode - Enum in org.jboss.annotation.ejb
Enumeration for the behavior for the ackowledgement of JMS messages
ActivationConfigProperty - Annotation Type in javax.ejb
Annotation for adding properties to messaging bean annotations (i.e.
ApplicationException - Annotation Type in javax.ejb
Annotation for identifying an Exception class as an Application Exception, which does not cause a transaction rollback
AroundInvoke - Annotation Type in javax.ejb
Defines an interceptor method.
AspectDomain - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying the aspect domain for a bean.
AuthenticationType - Enum in javax.annotation
Enums for whether the container or bean is to perform authentication.

B

BusinessMethod - Annotation Type in javax.ejb
By default, when generating interfaces, all public methods other than injection methods of the bean class will be on the generated interface.

C

Cache - Annotation Type in org.jboss.annotation.ejb.cache
Annotation for specifying the class used to provide the caching mechanism for a bean
CacheConfig - Annotation Type in org.jboss.annotation.ejb.cache.simple
Annotation for configuring the simple cache parameters for a bean
CacheConfig - Annotation Type in org.jboss.annotation.ejb.cache.tree
Annotation for configuring the tree cache parameters for a bean
Clustered - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying that a bean should be clustered
Consumer - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying a class as a Consumer EJB.
CurrentMessage - Annotation Type in org.jboss.annotation.ejb
Inject the current message of a @Consumer invocation

D

DefaultActivationSpecs - Annotation Type in org.jboss.annotation.ejb
Comment
DefaultInterceptorMarker - Annotation Type in org.jboss.annotation.internal
Annotation for internal use.
DeliveryMode - Enum in org.jboss.annotation.ejb
Enumeration for specifying the persistence of a JMS message
DenyAll - Annotation Type in javax.annotation.security
The DenyAll annotation specifies that no security roles are permitted to execute the specified method(s).
Depends - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying a deployment dependency for a bean.
Durability - Enum in org.jboss.annotation.ejb
Enumeration for the durability of a JMS Topic Subscriber

E

EJB - Annotation Type in javax.annotation
The EJB annotation denotes a reference to an EJB 3.0 session bean.
EJBAccessException - Exception in javax.ejb
An AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
EJBAccessException() - Constructor for exception javax.ejb.EJBAccessException
Constructs an AccessLocalException with no detail message.
EJBAccessException(String) - Constructor for exception javax.ejb.EJBAccessException
Constructs an AccessLocalException with the specified detail message.
EJBAccessException(String, Exception) - Constructor for exception javax.ejb.EJBAccessException
Constructs an AccessLocalException with the specified detail message and a nested exception.
EJBNoSuchObjectException - Exception in javax.ejb
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on an object that no longer exists.
EJBNoSuchObjectException() - Constructor for exception javax.ejb.EJBNoSuchObjectException
Constructs a NoSuchObjectLocalException with no detail message.
EJBNoSuchObjectException(String) - Constructor for exception javax.ejb.EJBNoSuchObjectException
Constructs a NoSuchObjectLocalException with the specified detailed message.
EJBNoSuchObjectException(String, Exception) - Constructor for exception javax.ejb.EJBNoSuchObjectException
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception.
EJBs - Annotation Type in javax.annotation
The EJBs annotation is used to specify multiple EJB 3.0 session bean references on a bean class.
EJBTransactionRequiredException - Exception in javax.ejb
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.
EJBTransactionRequiredException() - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs a TransactionRequiredLocalException with no detail message.
EJBTransactionRequiredException(String) - Constructor for exception javax.ejb.EJBTransactionRequiredException
Constructs a TransactionRequiredLocalException with the specified detailed message.
EJBTransactionRolledbackException - Exception in javax.ejb
This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
EJBTransactionRolledbackException() - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs a TransactionRolledbackLocalException with no detail message.
EJBTransactionRolledbackException(String) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs a TransactionRolledbackLocalException with the specified detailed message.
EJBTransactionRolledbackException(String, Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
EJBTransactionRolledbackException(Exception) - Constructor for exception javax.ejb.EJBTransactionRolledbackException
Constructs a TransactionRolledbackLocalException with the specified detail message and a nested exception.
ExcludeClassInterceptors - Annotation Type in javax.ejb
 
ExcludeDefaultInterceptors - Annotation Type in javax.ejb
 

G

getBean() - Method in interface javax.ejb.InvocationContext
 
getContextData() - Method in interface javax.ejb.InvocationContext
 
getMethod() - Method in interface javax.ejb.InvocationContext
 
getParameters() - Method in interface javax.ejb.InvocationContext
 

I

IgnoreDependency - Annotation Type in org.jboss.annotation
Ignore the dependency created by an injection annotation applied
Init - Annotation Type in javax.ejb
Annotation to mark a method that will initialize a stateful session
Interceptors - Annotation Type in javax.ejb
An interceptor class is denoted using the Interceptor annotation on the bean class with which it is associated.
InvocationContext - Interface in javax.ejb
The InvocationContext object provides the metadata that is required for AroundInvoke interceptor methods.

J

javax.annotation - package javax.annotation
 
javax.annotation.security - package javax.annotation.security
 
javax.ejb - package javax.ejb
 
JndiInject - Annotation Type in org.jboss.annotation
Inject directly from Global JNDI

L

Local - Annotation Type in javax.ejb
Bean class annotation that specifies remote interfaces of the Session bean.
Local - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying that a Producer will be invoked on locally only.
LocalBinding - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying the local jndi binding for an EJB local interface
LocalHome - Annotation Type in javax.ejb
Annotation for specifying the local home interface for a bean

M

Management - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying the management interface for a @Service EJB
MessageDriven - Annotation Type in javax.ejb
The MessageDriven annotation specifies that the enterprise bean is a message-driven bean.
MessageProperties - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying the message properties for a Consumer bean.

O

org.jboss.annotation - package org.jboss.annotation
 
org.jboss.annotation.ejb - package org.jboss.annotation.ejb
 
org.jboss.annotation.ejb.cache - package org.jboss.annotation.ejb.cache
 
org.jboss.annotation.ejb.cache.simple - package org.jboss.annotation.ejb.cache.simple
 
org.jboss.annotation.ejb.cache.tree - package org.jboss.annotation.ejb.cache.tree
 
org.jboss.annotation.internal - package org.jboss.annotation.internal
 
org.jboss.annotation.security - package org.jboss.annotation.security
 

P

PermitAll - Annotation Type in javax.annotation.security
The PermitAll annotation specifies that all security roles are permitted to execute the specified method(s).
PersistenceManager - Annotation Type in org.jboss.annotation.ejb.cache.simple
Annotation for specifying the class used to provide the persistence mechanism for a bean
PoolClass - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying the pool class to manage thread pooling for a bean
PostActivate - Annotation Type in javax.ejb
An ejbActivate type of callback marker.
PostConstruct - Annotation Type in javax.annotation
The PostConstruct method is invoked on the newly constructed instance, after any dependency injection has been performed by the container and before the first business method is invoked on the bean.
PreDestroy - Annotation Type in javax.annotation
The PreDestroy method will execute after any method annotated with the Remove annotation has completed.
PrePassivate - Annotation Type in javax.ejb
An ejbPassivate type of callback marker.
proceed() - Method in interface javax.ejb.InvocationContext
 
Producer - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying the interface and/or properties for a Producer.
Producers - Annotation Type in org.jboss.annotation.ejb
Used in conjunction with the @Consumer EJB type, it lists the producer interfaces that are published by the consumer.

R

Remote - Annotation Type in javax.ejb
Bean class annotation that specifies remote interfaces of the Session bean.
RemoteBinding - Annotation Type in org.jboss.annotation.ejb
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 Type in org.jboss.annotation.ejb
Annotation for specifying the remote jndi bindings for a bean
RemoteHome - Annotation Type in javax.ejb
Annotation for specifying the remote home interface for a bean
Remove - Annotation Type in javax.ejb
Annotation to mark a method that will remove a stateful session on completion
Resource - Annotation Type in javax.annotation
The Resource annotation is used to express a dependency on an external resource in the bean’s environment.
Resources - Annotation Type in javax.annotation
Specify a collection of Resources on a bean class.
RolesAllowed - Annotation Type in javax.annotation.security
The value of the RolesAllowed annotation is a list of security role names to be mapped to the security roles that are permitted to execute the specified method(s).
RolesReferenced - Annotation Type in javax.annotation.security
The Bean Provider is responsible for using the RolesReferenced metadata annotation or the security-role-ref elements of the deployment descriptor to declare all the security role names used in the enterprise bean code.
RunAs - Annotation Type in javax.annotation.security
The Bean Provider can use the RunAs metadata annotation or the Bean Provider or Application Assembler can use the run-as deployment descriptor element to define a run-as identity for an enterprise bean in the deployment descriptor.
RunAsPrincipal - Annotation Type in org.jboss.annotation.security
Annotation for specifying the additional security Principal for which this bean executes

S

SecurityDomain - Annotation Type in org.jboss.annotation.security
Annotation for specifying the JBoss security domain for an EJB DO NOT USE THE JNDI NAME: - "java:/jaas/MyDomain" ILLEGAL - "MyDomain" GOOD
SerializedConcurrentAccess - Annotation Type in org.jboss.annotation.ejb
Set on a stateful bean.
Service - Annotation Type in org.jboss.annotation.ejb
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
setParameters(Object[]) - Method in interface javax.ejb.InvocationContext
 
Stateful - Annotation Type in javax.ejb
A stateful session bean must be annotated with the Stateful annotation or denoted in the deployment descriptor as a stateful session bean.
Stateless - Annotation Type in javax.ejb
A stateless session bean must be annotated with the Stateless annotation or denoted in the deployment descriptor as a stateless session bean.

T

Timeout - Annotation Type in javax.ejb
Marks an ejbTimeout callback method: public void (Timer timer)
TransactionAttribute - Annotation Type in javax.ejb
The TransactionManagement annotation specifies the transaction management demarcation type of a session bean or message-driven bean.
TransactionAttributeType - Enum in javax.ejb
Enum for the types of TransactionAttributes
TransactionManagement - Annotation Type in javax.ejb
The TransactionManagement annotation specifies the transaction management demarcation type of a session bean or message-driven bean.
TransactionManagementType - Enum in javax.ejb
Enums for the TransactionManagement types
TransactionTimeout - Annotation Type in org.jboss.annotation.ejb
Annotation for specifying the transaction timeout of an EJB business method

V

valueOf(String) - Static method in enum javax.annotation.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.AccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ejb.TransactionManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.annotation.ejb.AcknowledgementMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.annotation.ejb.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.annotation.ejb.Durability
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.annotation.AuthenticationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.ejb.AccessMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.ejb.TransactionAttributeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum javax.ejb.TransactionManagementType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.annotation.ejb.AcknowledgementMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.annotation.ejb.DeliveryMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.annotation.ejb.Durability
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E G I J L M O P R S T V