All Examples  All EJB Examples  This Package

Interface examples.ejb.extensions.readMostly.StockWriterHome


public interface StockWriterHome

Method Index

 o create(String, double, long)
 
 o findByPrimaryKey(String)
 

Method Detail

 o create

public StockWriter create(java.lang.String symbol,
                          double price,
                          long volume) throws javax.ejb.CreateException, java.rmi.RemoteException
 o findByPrimaryKey

public StockWriter findByPrimaryKey(java.lang.String symbol) throws javax.ejb.FinderException, java.rmi.RemoteException


All Examples  All EJB Examples  This Package