theory.smart.ebusiness.session
Interface  EBusinessSessionHome
- public interface EBusinessSessionHome- extends SmartEJBHome
The home interface for the EBusinessSession entity bean.  Use this
  class to create, remove, and find EBusinessSession entity beans.
 
 
create
public EBusinessSession create(EBusinessSessionPk eBusinessSessionPk)
                        throws CreateException,
                               java.rmi.RemoteException
- Create a new EBusinessSession entity bean using the theory.smart.ebusiness.session.EBusinessSessionPk.- 
 
findByPrimaryKey
public EBusinessSession findByPrimaryKey(EBusinessSessionPk eBusinessSessionPk)
                                  throws java.rmi.RemoteException,
                                         FinderException
- Find an EBusinessSession entity bean using the theory.smart.ebusiness.session.EBusinessSessionPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.