Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.sample.ejb » [javadoc | source]
org.apache.cactus.sample.ejb
public interface: Converter [javadoc | source]

All Implemented Interfaces:
    javax.ejb.EJBObject

Sample EJB interface
Method from org.apache.cactus.sample.ejb.Converter Summary:
convertYenToDollar
Method from org.apache.cactus.sample.ejb.Converter Detail:
 public double convertYenToDollar(double theYenAmount) throws RemoteException
    Convert Yens to US dollars.