|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClusteredHTTPSessionBusiness
Business methods for the entity bean that will store HTTPSession in a clustered environment.
Revisions:
31. d?cembre 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 |
---|
String getSessionId() throws RemoteException
RemoteException
SerializableHttpSession getSession() throws RemoteException
RemoteException
void setSession(SerializableHttpSession session) throws RemoteException
RemoteException
long getLastAccessedTime() throws RemoteException
RemoteException
long getCreationTime() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |