| Class | Description |
|---|---|
| BillEntityBean |
This CMP entity bean represents a bill.
|
| BillManagerSessionBean |
This simple EJB finds all
BillEntityBean objects
which are not paid and marks them as paid. |
| DBStatefulBean |
A simple BMT stateful session bean with a method that
executes an SQL statement.
|
| LogSessionBean |
This simple example EJB can be used to write
log messages to a database.
|
| PaySessionBean |
This is the EJB-version of
com.mockrunner.example.jdbc.PayAction.
|
| UserEntityBean |
Implementation of a BMP entity bean representing
a user with a username and a password.
|
| UserLoginSessionBean |
Facade session bean for
UserEntityBean. |
| Exception | Description |
|---|---|
| PaySessionException |
Exception class for
PaySessionBean. |
Copyright © 2003–2018. All rights reserved.