Package samples.j2ee.ejb.basic.statelessSession

Interface Summary
Trader The methods in this interface are the public face of TraderBean.
TraderHome This interface is the home interface for the TraderBean.java.
 

Class Summary
Client This class illustrates using a stateless SessionBean: It creates a trader, and perform repeated buying and selling of shares Persistence of state between calls to the SessionBean; client must maintain state between calls Application-defined exceptions
TraderBean TraderBean is a stateless SessionBean.
TradeResult This class reflects the results of a buy/sell transaction.
 

Exception Summary
ProcessingErrorException This class is used with the samples.j2ee.ejb.statefulSession package.