com.trackstudio.app.session
Class SessionManager

java.lang.Object
  extended by com.trackstudio.kernel.cache.CacheManager
      extended by com.trackstudio.app.session.SessionManager
All Implemented Interfaces:
NotificationReceiver

public class SessionManager
extends CacheManager


Field Summary
 
Fields inherited from class com.trackstudio.kernel.cache.CacheManager
hu
 
Method Summary
 java.lang.String create(UserCacheItem uci)
           
static SessionManager getInstance()
           
 SessionContext getSessionContext(java.lang.String sessionid)
           
 void receive(CacheNotification nf)
           
 void remove(java.lang.String sessionid)
           
 
Methods inherited from class com.trackstudio.kernel.cache.CacheManager
notify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.