edu.rice.rubis.beans
Interface SB_BuyNow

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

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

This is the Remote Interface of the SB_BuyNow Bean

Version:
1.1
Author:
Emmanuel Cecchet and Julie Marguerite

Method Summary
 java.lang.String getBuyNowForm(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
 

Method Detail

getBuyNowForm

public java.lang.String getBuyNowForm(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.