|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BbSessionManagerService
BbSessionManagerService This interface provides utility methods to retrieve the BbSession associated with the user making the request.
| Method Summary | |
|---|---|
java.util.List<BbSession> |
getActiveSessionList()
Returns a List of all active session in this VM. |
BbSession |
getSession(javax.servlet.http.HttpServletRequest request)
Returns the BbSession associated with the user making the given request. |
BbSession |
safeGetSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the BbSession associated with the user making the given request. |
| Method Detail |
|---|
BbSession getSession(javax.servlet.http.HttpServletRequest request)
BbSession safeGetSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HttpServletResponse object and persists a session record
in the database.
java.util.List<BbSession> getActiveSessionList()
List of all active session in this VM.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||