BEA Systems, Inc.

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.


Method Summary
 JellyBean create(JellyBeanPk jellyBeanPk)
          Create a new JellyBean entity bean using the examples.buybeans.item.JellyBeanPk.
 java.util.Enumeration findAll()
           
 JellyBean findByPrimaryKey(JellyBeanPk jellyBeanPk)
          Find an JellyBean entity bean using the examples.buybeans.item.JellyBeanPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public JellyBean create(JellyBeanPk jellyBeanPk)
                 throws javax.ejb.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,
                                  javax.ejb.FinderException
Find an JellyBean entity bean using the examples.buybeans.item.JellyBeanPk.

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved