com.trackstudio.kernel.cache
Class UprstatusCacheManager

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

public class UprstatusCacheManager
extends CacheManager


Field Summary
 
Fields inherited from class com.trackstudio.kernel.cache.CacheManager
hu
 
Method Summary
 UprstatusCacheItem find(java.lang.String prstatusId, java.lang.String udfId)
           
static UprstatusCacheManager getInstance()
           
protected  void initUDFPermissions(java.util.Set udfSet, java.util.Set prstatusSet)
           
 void invalidate()
           
 void invalidateRemovePrstatus(java.lang.String prstatusId)
           
 void invalidateRemoveUdf(java.lang.String udfId)
           
 void invalidateSingle(java.lang.String prstatusId, java.lang.String udfId)
           
 void receive(CacheNotification nf)
           
 
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 UprstatusCacheManager getInstance()
                                         throws GranException
Throws:
GranException

find

public UprstatusCacheItem find(java.lang.String prstatusId,
                               java.lang.String udfId)
                        throws GranException
Throws:
GranException

invalidate

public void invalidate()
                throws GranException
Throws:
GranException

invalidateRemovePrstatus

public void invalidateRemovePrstatus(java.lang.String prstatusId)
                              throws GranException
Throws:
GranException

invalidateRemoveUdf

public void invalidateRemoveUdf(java.lang.String udfId)
                         throws GranException
Throws:
GranException

invalidateSingle

public void invalidateSingle(java.lang.String prstatusId,
                             java.lang.String udfId)
                      throws GranException
Throws:
GranException

receive

public void receive(CacheNotification nf)
             throws GranException
Throws:
GranException

initUDFPermissions

protected void initUDFPermissions(java.util.Set udfSet,
                                  java.util.Set prstatusSet)
                           throws GranException
Throws:
GranException


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