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(java.lang.Integer userId, java.lang.Integer itemId, float bid, float maxBid, int qty)
          Create a new bid and update the number of bids and maxBid on the item.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createBid

public void createBid(java.lang.Integer userId,
                      java.lang.Integer itemId,
                      float bid,
                      float maxBid,
                      int qty)
               throws java.rmi.RemoteException
Create a new bid and update the number of bids and maxBid on the item.
Parameters:
userId - id of the user posting the bid
itemId - id of the item related to the bid
bid - value of the bid
maxBid - maximun bid
qty - number of items
Since:
1.1


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.