Package samples.j2ee.ejb.sequence.oracle

Interface Summary
Oracle The methods in this interface are the public face of AccountBean.
OracleHome This interface is the home interface for the EJBean OracleBean, which in WebLogic is implemented by the code-generated container class OracleBeanC.
 

Class Summary
Client This class demonstrates calling an entity EJBean, followed by creating two new employees with a salary and an automatically generated primary key.
OracleBean OracleBean is an EntityBean.
OraclePK This is the interface of the Primary Key for the EJBean AccountBean.
 

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