edu.rice.rubis.beans
Interface SB_PutBid
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SB_PutBid
- extends javax.ejb.EJBObject, java.rmi.Remote
This is the Remote Interface of the SB_PutBid Bean
- Version:
- 1.1
- Author:
- Emmanuel Cecchet and Julie Marguerite
Method Summary |
java.lang.String |
getBiddingForm(java.lang.Integer itemId,
java.lang.String username,
java.lang.String password)
Authenticate the user and get the information to build the html form. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getBiddingForm
public java.lang.String getBiddingForm(java.lang.Integer itemId,
java.lang.String username,
java.lang.String password)
throws java.rmi.RemoteException
- Authenticate the user and get the information to build the html form.
- Returns:
- a string in html format
- Since:
- 1.1
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.