Package samples.j2ee.ejb.sequence.jdbc

Interface Summary
AutoAccount The methods in this interface are the public face of AccountBean.
AutoAccountHome This interface is the home interface for the EJBean AutoAccountBean, which in WLE is implemented by the code-generated container class AutoAccountBeanC.
 

Class Summary
AutoAccountBean AutoAccountBean is an EntityBean.
AutoAccountPK This is the interface of the Primary Key for the EJBean AccountBean.
Client This class demonstrates calling an entity EJBean, followed by creating two new accounts with an opening balance and an automatically generated primary key.
 

Exception Summary
ProcessingErrorException ProcessingErrorException is thrown if the caller attempts to withdraw more than a certain preset limit from the account.