|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EJBUserHome
This interface is the user home interface extension to javax.ejb.EJBHome.
| Method Summary | |
|---|---|
EJBUser |
create(String userId,
String password,
String name)
All EJBs must implement a create method. |
Enumeration |
findAll()
See the javax.ejb.EJBHome Class for details. |
EJBUser |
findByPrimaryKey(EJBUserPK primaryKey)
See the javax.ejb.EJBHome Class for details |
| Methods inherited from interface javax.ejb.EJBHome |
|---|
getEJBMetaData, getHomeHandle, remove, remove |
| Method Detail |
|---|
EJBUser create(String userId,
String password,
String name)
throws CreateException,
RemoteException
userId - User IDpassword - Passwordname - User Name
RemoteException - RemoteException
CreateException - CreateExceptionEJBUserBean.ejbCreate(String,String,String)
Enumeration findAll()
throws RemoteException,
FinderException
RemoteException - RemoteException
FinderException - FinderException
EJBUser findByPrimaryKey(EJBUserPK primaryKey)
throws RemoteException,
FinderException
primaryKey - primary key in a database table
RemoteException - RemoteException
FinderException - FinderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||