|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Business methods for the entity bean that will store HTTPSession in a clustered environment.
Revisions:
31. d锟絚embre 2001 Sacha Labourey:
ClusteredHTTPSession
Method Summary | |
long |
getCreationTime()
Return the time when this session has been created in miliseconds since 1970. |
long |
getLastAccessedTime()
Return the last time this session has been accessed in miliseconds since 1970. |
SerializableHttpSession |
getSession()
Return the HttpSession object associated to its id. |
String |
getSessionId()
Get the session identifier associated to this HTTPSession. |
void |
setSession(SerializableHttpSession session)
Associate a new session (set of attributes, ...) to this id. |
Method Detail |
public String getSessionId() throws RemoteException
RemoteException
public SerializableHttpSession getSession() throws RemoteException
RemoteException
public void setSession(SerializableHttpSession session) throws RemoteException
RemoteException
public long getLastAccessedTime() throws RemoteException
RemoteException
public long getCreationTime() throws RemoteException
RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |