ejb.reserving
Interface ReserveAndBuyHome

All Superinterfaces:
EJBHome, Remote

public interface ReserveAndBuyHome
extends EJBHome

This is the home interface for the ReserveAndBuy stateless session bean. For information about the ReserveAndBuy component, its behavior and exception handling, please see ReserveAndBuy.

Version:
1.0
Author:
Team Two: Matthew Bass, Vijay Sai, Mannik Bhojwani, Paulo Merson
See Also:
ReserveAndBuy

Method Summary
 ReserveAndBuy create()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ReserveAndBuy create()
                     throws CreateException,
                            RemoteException


Copyright © 2003 Team Two.