BEA Systems, Inc.

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.


Method Summary
 EBusinessSession create(EBusinessSessionPk eBusinessSessionPk)
          Create a new EBusinessSession entity bean using the theory.smart.ebusiness.session.EBusinessSessionPk.
 EBusinessSession findByPrimaryKey(EBusinessSessionPk eBusinessSessionPk)
          Find an EBusinessSession entity bean using the theory.smart.ebusiness.session.EBusinessSessionPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public EBusinessSession create(EBusinessSessionPk eBusinessSessionPk)
                        throws javax.ejb.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,
                                         javax.ejb.FinderException
Find an EBusinessSession entity bean using the theory.smart.ebusiness.session.EBusinessSessionPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved