com.parsec.ejbs.share
Interface CurrentShareStateHome

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

public interface CurrentShareStateHome
extends javax.ejb.EJBHome


Method Summary
 CurrentShareState create(java.lang.String shareId, float currentPrice, float todaysHigh, float todaysLow)
           
 CurrentShareState findByPrimaryKey(java.lang.String shareId)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public CurrentShareState create(java.lang.String shareId,
                                float currentPrice,
                                float todaysHigh,
                                float todaysLow)
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException

findByPrimaryKey

public CurrentShareState findByPrimaryKey(java.lang.String shareId)
                                   throws javax.ejb.FinderException,
                                          java.rmi.RemoteException