javax.ejb |
|
Java Source File Name | Type | Comment |
ActivationConfigProperty.java | Annotation | Annotation for adding properties to messaging bean annotations (i.e. |
ApplicationException.java | Annotation | |
ConcurrentAccessException.java | Class | A ConcurrentAccessException indicates that the client has attempted an invocation on a
stateful session bean while another invocation is in progress. |
EJB.java | Annotation | The EJB annotation denotes a reference to an EJB 3.0 session bean. |
EJBAccessException.java | Class | An AccessLocalException is thrown to indicate that the caller does not
have permission to call the method. |
EJBs.java | Annotation | The EJBs annotation is used to specify multiple EJB 3.0 session bean
references on a bean class. |
EJBTransactionRequiredException.java | Class | This exception indicates that a request carried a null transaction context,
but the target object requires an activate transaction. |
EJBTransactionRolledbackException.java | Class | This exception indicates that the transaction associated with processing
of the request has been rolled back, or marked to roll back. |
Init.java | Annotation | |
Local.java | Annotation | Bean class annotation that specifies remote interfaces of the Session bean. |
LocalHome.java | Annotation | |
MessageDriven.java | Annotation | The MessageDriven annotation specifies that the enterprise bean is a
message-driven bean. |
NoSuchEJBException.java | Class | A NoSuchEJBException is thrown if an attempt is made to invoke
a method on an object that no longer exists. |
PostActivate.java | Annotation | An ejbActivate type of callback marker. |
PrePassivate.java | Annotation | An ejbPassivate type of callback marker. |
Remote.java | Annotation | Bean class annotation that specifies remote interfaces of the Session bean. |
RemoteHome.java | Annotation | |
Remove.java | Annotation | |
Stateful.java | Annotation | A stateful session bean must be annotated with the Stateful annotation or
denoted in the deployment descriptor as a stateful session bean. |
Stateless.java | Annotation | A stateless session bean must be annotated with the Stateless annotation or
denoted in the deployment descriptor as a stateless session bean. |
Timeout.java | Annotation | |
TransactionAttribute.java | Annotation | The TransactionManagement annotation specifies the transaction management
demarcation type of a session bean or message-driven bean. |
TransactionAttributeType.java | enum | |
TransactionManagement.java | Annotation | The TransactionManagement annotation specifies the transaction management
demarcation type of a session bean or message-driven bean. |
TransactionManagementType.java | enum | |