Interface ReadSessionAccessor
- All Known Subinterfaces:
SessionAccessor
- All Known Implementing Classes:
ThreadLocalSessionAccessor
public interface ReadSessionAccessor
- Author:
- Yanyan Liu
-
Method Summary
-
Method Details
-
getSessionId
Get current session id- Returns:
- the identifier of current session
- Throws:
SessionIdNotSetException- if no session exists for the given id, throw exception- Since:
- 6.0
-