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

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

public interface StockQuoteHome
extends javax.ejb.EJBHome

This is a Home interface for the Session Bean


Method Summary
 StockQuote create()
          create method for a session bean
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

StockQuote create()
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
create method for a session bean

Returns:
StockQuote
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.