| org.apache.cactus.sample.ejb.Converter
Converter | public interface Converter extends EJBObject(Code) | | Sample EJB interface
version: $Id: Converter.java 238816 2004-02-29 16:36:46Z vmassol $ |
convertYenToDollar | double convertYenToDollar(double theYenAmount) throws RemoteException(Code) | | Convert Yens to US dollars.
Parameters: theYenAmount - the amount to convert the conversion in US dollars throws: RemoteException - in case of error |
|
|