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