com.parsec.ejbs.bidbuy
Interface PlaceBid

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

public interface PlaceBid
extends javax.ejb.EJBObject


Method Summary
 boolean doBuy(java.lang.String userid, java.lang.String shareid, java.util.Date expirytime, int numshares, float price)
           
 boolean doSell(java.lang.String userid, java.lang.String shareid, java.util.Date expirytime, int numshares, float price)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

doSell

public boolean doSell(java.lang.String userid,
                      java.lang.String shareid,
                      java.util.Date expirytime,
                      int numshares,
                      float price)
               throws java.rmi.RemoteException

doBuy

public boolean doBuy(java.lang.String userid,
                     java.lang.String shareid,
                     java.util.Date expirytime,
                     int numshares,
                     float price)
              throws java.rmi.RemoteException