Uses of Class
edu.caltech.nanodb.server.SessionState
-
Packages that use SessionState Package Description edu.caltech.nanodb.server -
-
Uses of SessionState in edu.caltech.nanodb.server
Fields in edu.caltech.nanodb.server with type parameters of type SessionState Modifier and Type Field Description private static java.lang.ThreadLocal<SessionState>
SessionState. threadLocalState
Methods in edu.caltech.nanodb.server that return SessionState Modifier and Type Method Description static SessionState
SessionState. get()
Returns the current session state, possibly initializing a new session with its own unique ID in the process.
-