com.ibm.websphere.samples.webservices.stock
Interface StockQuote

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface StockQuote
extends javax.ejb.EJBObject

This is an Enterprise Java Bean Remote Interface


Method Summary
 float getQuote(java.lang.String symbol)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getQuote

float getQuote(java.lang.String symbol)
               throws java.rmi.RemoteException
Parameters:
symbol - java.lang.String
Returns:
float
Throws:
java.rmi.RemoteException - The exception description.