|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use javax.ejb | |
|---|---|
| javax.ejb | |
| javax.ejb.spi | |
| Classes in javax.ejb used by javax.ejb | |
|---|---|
| ConcurrencyManagementType
Concurrency management type. |
|
| ConcurrentAccessException
A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean while another invocation is in progress. |
|
| CreateException
The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface. This exception is used as a standard application-level exception to report a failure to create an EJB object. |
|
| EJBContext
Allows to gets some info on the bean. |
|
| EJBException
Thrown for unexpected exception. |
|
| EJBHome
Used by EJB 2.1 for their business remote home interface. |
|
| EJBLocalHome
Used by EJB 2.1 for their business local home interface. |
|
| EJBLocalObject
Used by EJB 2.1 for their business local interface. |
|
| EJBMetaData
Metadata of EJB provided to the client. |
|
| EJBObject
Used by EJB 2.1 for their business remote interface. |
|
| EnterpriseBean
Each EJB 2.1 bean needs to implement this interface. |
|
| EntityContext
The EntityContext interface provides an instance with access to the container-provided runtime context of an entity enterprise Bean instance. |
|
| FinderException
The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface. The exception is used as a standard application-level exception to report a failure to find the requested EJB object(s). |
|
| Handle
The Handle interface is implemented by all EJB object handles. |
|
| HomeHandle
The HomeHandle interface is implemented by all home object handles. |
|
| LockType
Concurrency lock type. |
|
| MessageDrivenContext
The MessageDrivenContext interface provides access to the runtime message-driven context that the container provides for a message-driven enterprise Bean instance. |
|
| NoMoreTimeoutsException
This exception indicates that a calendar-based timer will not result in any more timeouts. |
|
| NoSuchObjectLocalException
The EJB on which we call methods has been removed. |
|
| RemoveException
The RemoveException exception is thrown at an attempt to remove an EJB object when the enterprise Bean or the container does not allow the EJB object to be removed. |
|
| ScheduleExpression
A calendar-based timeout expression for an enterprise bean timer. |
|
| SessionContext
Context provided by Session Bean. |
|
| Timer
The Timer interface contains information about a timer that was created through the EJB Timer Service. |
|
| TimerConfig
The Timer interface contains information about a timer that was created through the EJB Timer Service. |
|
| TimerHandle
The TimerHandle interface is implemented by all EJB timer handles. |
|
| TimerService
The TimerService interface provides enterprise bean components with access to the container-provided Timer Service. |
|
| TransactionAttributeType
Available types of transactions. |
|
| TransactionManagementType
Types of transaction management. |
|
| Classes in javax.ejb used by javax.ejb.spi | |
|---|---|
| EJBException
Thrown for unexpected exception. |
|
| EJBHome
Used by EJB 2.1 for their business remote home interface. |
|
| EJBObject
Used by EJB 2.1 for their business remote interface. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||