|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | 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.
ClusteredHTTPSession
(src) 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 (src) |
getSession()
Return the HttpSession object associated to its id. |
java.lang.String |
getSessionId()
Get the session identifier associated to this HTTPSession. |
void |
setSession(SerializableHttpSession (src) session)
Associate a new session (set of attributes, ...) to this id. |
Method Detail |
public java.lang.String getSessionId() throws java.rmi.RemoteException
java.rmi.RemoteException
public SerializableHttpSession (src) getSession() throws java.rmi.RemoteException
java.rmi.RemoteException
public void setSession(SerializableHttpSession (src) session) throws java.rmi.RemoteException
java.rmi.RemoteException
public long getLastAccessedTime() throws java.rmi.RemoteException
java.rmi.RemoteException
public long getCreationTime() throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |