edu.rice.rubis.beans
Interface SB_StoreBid

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

public interface SB_StoreBid
extends javax.ejb.EJBObject, java.rmi.Remote

This is the Remote Interface of the SB_StoreBid Bean

Version:
1.1
Author:
Emmanuel Cecchet and Julie Marguerite

Method Summary
 void createBid(int userId, int itemId, float bid, float maxBid, int qty)
          Create a new bid and update the number of bids in the item.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createBid

public void createBid(int userId,
                      int itemId,
                      float bid,
                      float maxBid,
                      int qty)
               throws java.rmi.RemoteException
Create a new bid and update the number of bids in the item.
Parameters:
userId - id of the user who is bidding
itemId - id of the item related to the bid
bid - value of the bid
maxBid - maximum bid
qty - quantity of items
Since:
1.1


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.