| org.objectweb.earsample.beans.secusb.OpLocal
OpLocal | public interface OpLocal extends EJBLocalObject(Code) | | Local interface for the bean Op
author: JOnAS team |
Method Summary | |
void | buy(int shares) Business method implementation. | int | read() Business method implementation. |
buy | void buy(int shares)(Code) | | Business method implementation.
Parameters: shares - nb of shares to be bought |
read | int read()(Code) | | Business method implementation.
the nb of shares bought |
|
|