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