|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EJBGroupHome
This interface is the home interface of the group bean
| Method Summary | |
|---|---|
EJBGroup |
create(String groupId,
String groupName)
This method must be implemented by all EJBs. |
Enumeration |
findAll()
This method creates an instance of each entry in the database and returns to the client as an enumeration. |
EJBGroup |
findByPrimaryKey(EJBGroupPK primaryKey)
This method finds an EJBGroup based on a primary key. |
| Methods inherited from interface javax.ejb.EJBHome |
|---|
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
|---|
EJBGroup create(String groupId,
String groupName)
throws RemoteException,
CreateException
groupId - the id of the GroupgroupName - the name of the Group
RemoteException
CreateException
Enumeration findAll()
throws RemoteException,
FinderException
RemoteException
FinderException
EJBGroup findByPrimaryKey(EJBGroupPK primaryKey)
throws RemoteException,
FinderException
primaryKey - primary key in the 'EJBGroups' database table
RemoteException
FinderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||