|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EJBBankFrameSessionHome
This interface is the home interface for EJB-based User Session entity bean.
Method Summary | |
---|---|
EJBBankFrameSession |
create(String sessionId,
String userId)
Create a BankFrame Session instance |
Enumeration |
findAll()
Find all user sessions |
EJBBankFrameSession |
findByPrimaryKey(EJBBankFrameSessionPK primaryKey)
Find a specific user session ( specified by the primary key, its sessionId ) |
Enumeration |
findByUserId(String userId)
Find all user sessions by userId |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
---|
EJBBankFrameSession create(String sessionId, String userId) throws CreateException, RemoteException
sessionId
- Globally unique Id for this user sessionuserId
- Unique id of the user that this session belongs to
CreateException
- if the instance cannot be created
RemoteException
- if an error occursEnumeration findAll() throws RemoteException, FinderException
FinderException
- if an error occurs retrieving instances
RemoteException
- if an error occursEnumeration findByUserId(String userId) throws RemoteException, FinderException
userId
- String
FinderException
- if an error occurs retrieving instances
RemoteException
- if an error occursEJBBankFrameSession findByPrimaryKey(EJBBankFrameSessionPK primaryKey) throws RemoteException, FinderException
primaryKey
- The primary key of the sessionId
FinderException
- if the instance cannot be found
RemoteException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |