com.sun.j2ee.blueprints.shoppingcart.cart.ejb
Interface ShoppingCartHome


public interface ShoppingCartHome
extends javax.ejb.EJBHome

The home interface of shopping cart EJB.


Method Summary
 ShoppingCart create()
           
 ShoppingCart create(java.util.HashMap startingCart)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public ShoppingCart create()
                    throws java.rmi.RemoteException,
                           javax.ejb.CreateException

create

public ShoppingCart create(java.util.HashMap startingCart)
                    throws java.rmi.RemoteException,
                           javax.ejb.CreateException


Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.