| java.lang.Object com.terracotta.session.SessionDataStore
SessionDataStore | public class SessionDataStore (Code) | | |
createSessionData | public SessionData createSessionData(SessionId sessId)(Code) | |
- get WRITE_LOCK for sessId
- creates session data
- put newly-created SessionData into the global Map
- returns newly-created SessionData
|
find | public SessionData find(SessionId sessId)(Code) | |
- get WRITE_LOCK for sessId
- look up SessionData for sessId.getKey() in the global Map
- if SessionData is invalid, unlock sessId and return null (invalidator will take care of killing this session)
- return valid SessionData
|
|
|