WebLogic Server 6.1 Code Examples, BEA Systems, Inc.

examples.ejb20.bands
Interface FanClubHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface FanClubHome
extends javax.ejb.EJBLocalHome


Method Summary
 FanClub create(java.lang.String name, java.lang.String founder, java.lang.String text)
           
 java.util.Collection findBigClubs(int minMembers)
           
 FanClub findByPrimaryKey(FanClubPK primaryKey)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

public FanClub create(java.lang.String name,
                      java.lang.String founder,
                      java.lang.String text)
               throws javax.ejb.CreateException

findBigClubs

public java.util.Collection findBigClubs(int minMembers)
                                  throws javax.ejb.FinderException

findByPrimaryKey

public FanClub findByPrimaryKey(FanClubPK primaryKey)
                         throws javax.ejb.FinderException

Documentation is available at
http://e-docs.bea.com/wls/docs61

Copyright © 2001 BEA Systems, Inc. All Rights Reserved.