|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BankFrameSession
Remote interface of a BankFrame session.
Method Summary | |
---|---|
String |
getSessionId()
Return this session's unique id |
long |
getTimeStamp()
Return the timestamp of the last time this session was accessed |
String |
getUserId()
Return the userid associated with this session |
void |
updateTimeStamp()
Update this session's timestamp |
Methods inherited from interface com.bankframe.ejb.EEntityRemote |
---|
toDataPacket |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
String getSessionId() throws RemoteException
RemoteException
long getTimeStamp() throws RemoteException
May
- throw RemoteException if the concrete implementation of this
interface operates over RMI
RemoteException
String getUserId() throws RemoteException
RemoteException
void updateTimeStamp() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |