public interface SessionRegistryService<T>
| Modifier and Type | Method and Description |
|---|---|
Session |
getSession(T key) |
boolean |
putSession(T key,
Session session) |
boolean |
removeSession(T key) |
Copyright © 2013. All Rights Reserved.