examples.buybeans.item
Interface  CoffeeBeanHome
- public interface CoffeeBeanHome- extends SmartEJBHome
The home interface for the CoffeeBean entity bean.  Use this
  class to create, remove, and find CoffeeBean entity beans.
 
 
create
public CoffeeBean create(CoffeeBeanPk coffeeBeanPk)
                  throws CreateException,
                         java.rmi.RemoteException
- Create a new CoffeeBean entity bean using the examples.buybeans.item.CoffeeBeanPk.- 
 
findByPrimaryKey
public CoffeeBean findByPrimaryKey(CoffeeBeanPk coffeeBeanPk)
                            throws java.rmi.RemoteException,
                                   FinderException
- Find an CoffeeBean entity bean using the examples.buybeans.item.CoffeeBeanPk.- 
 
findAll
public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     FinderException
- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.