|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is the home interface of the group bean
| Method Summary | |
EJBGroup |
create(java.lang.String groupId,
java.lang.String groupName)
This method must be implemented by all EJBs. |
java.util.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 |
public EJBGroup create(java.lang.String groupId,
java.lang.String groupName)
throws java.rmi.RemoteException,
javax.ejb.CreateException
groupId - the id of the GroupgroupName - the name of the Group
java.rmi.RemoteException
javax.ejb.CreateException
public java.util.Enumeration findAll()
throws java.rmi.RemoteException,
javax.ejb.FinderException
java.rmi.RemoteException
javax.ejb.FinderException
public EJBGroup findByPrimaryKey(EJBGroupPK primaryKey)
throws java.rmi.RemoteException,
javax.ejb.FinderException
primaryKey - primary key in the 'EJBGroups' database table
java.rmi.RemoteException
javax.ejb.FinderException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||