|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoftHashMap | |
org.barracudamvc.plankton.data | |
org.barracudamvc.plankton.http |
Uses of SoftHashMap in org.barracudamvc.plankton.data |
Fields in org.barracudamvc.plankton.data declared as SoftHashMap | |
protected static SoftHashMap |
ObjectRepository.rawSessions
|
Methods in org.barracudamvc.plankton.data that return SoftHashMap | |
static SoftHashMap |
ObjectRepository.getRawSessionStore()
This method gives you direct access to the underlying HttpSession data structure. |
Uses of SoftHashMap in org.barracudamvc.plankton.http |
Methods in org.barracudamvc.plankton.http that return SoftHashMap | |
static SoftHashMap |
SessionManager.getAllSessions()
get a Map containing soft references to all the HttpSessions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |