|
|
| WebLogic Server 6.1 Code Examples, BEA Systems, Inc. |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.ejb20.bands
Interface FanClubHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface FanClubHome
- extends javax.ejb.EJBLocalHome
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
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
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.