Class Summary |
AbstractEntityBean |
Provides basic support for the entity context, empty or minimal
implementations of the required methods, and some utilties. |
AbstractMessageDrivenBean |
Abstract base class for implementing message driven beans. |
BookBean |
Implementation of the Book entity. |
BookQueryBean |
Implementation of a stateful session bean used to query the IBook
entity and cache the results. |
KeyAllocatorBean |
Implementation of the KeyAllocator stateless session bean. |
MailQueueBean |
Message driven bean used to process outgoing mail (concerning the borrowing and return of
books). |
MailSenderBean |
Implementation of a stateless session bean that sends mail. |
OperationsBean |
Implementation of the IOperations stateless session bean. |
PersonBean |
Implementation of the Person entity. |
PublisherBean |
Implementation of the Publisher entity. |