com.trackstudio.app.session
Class SessionManager
java.lang.Object
com.trackstudio.kernel.cache.CacheManager
com.trackstudio.app.session.SessionManager
- All Implemented Interfaces:
- NotificationReceiver
public class SessionManager
- extends CacheManager
Fields inherited from class com.trackstudio.kernel.cache.CacheManager |
hu |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static SessionManager getInstance()
throws GranException
- Throws:
GranException
getSessionContext
public SessionContext getSessionContext(java.lang.String sessionid)
throws GranException
- Throws:
GranException
remove
public void remove(java.lang.String sessionid)
throws GranException
- Throws:
GranException
create
public java.lang.String create(UserCacheItem uci)
throws GranException
- Throws:
GranException
receive
public void receive(CacheNotification nf)
throws GranException
- Throws:
GranException
getSessionsSize
public int getSessionsSize()
getSessions
public java.util.List<SessionContext> getSessions()
existUserSession
public java.lang.Boolean existUserSession(UserCacheItem uci)
Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.