|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is the Home interface for the EJBGroupPermissionBean
| Method Summary | |
EJBGroupMember |
create(java.lang.String userId,
java.lang.String groupId)
This method must be implemented by all EJBs. |
java.util.Enumeration |
findAll()
This method retrieves an instance of each entry in the database table and returns these to the client as an enumeration. |
EJBGroupMember |
findByPrimaryKey(EJBGroupMemberPK primaryKey)
This method retrieves an EJB that has the given primary key. |
| Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
public EJBGroupMember create(java.lang.String userId,
java.lang.String groupId)
throws java.rmi.RemoteException,
javax.ejb.CreateException
userId - create the EJB with this user idgroupId - create the EJB with this group id
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 EJBGroupMember findByPrimaryKey(EJBGroupMemberPK primaryKey)
throws java.rmi.RemoteException,
javax.ejb.FinderException
primaryKey - primary key in the 'EJBGROUP_MEMBERS' database table
javax.ejb.FinderException
java.rmi.RemoteException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||