com.trackstudio.kernel.cache
Class CprstatusCacheManager

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

public class CprstatusCacheManager
extends CacheManager


Field Summary
 
Fields inherited from class com.trackstudio.kernel.cache.CacheManager
hu
 
Method Summary
 CprstatusCacheItem find(java.lang.String prstatusId, java.lang.String categoryId)
           
static CprstatusCacheManager getInstance()
           
 void invalidate()
           
 void invalidateRemoveCategory(java.lang.String categoryId)
           
 void invalidateRemovePrstatus(java.lang.String prstatusId)
           
 void invalidateSingle(java.lang.String prstatusId, java.lang.String categoryId)
           
 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 CprstatusCacheManager getInstance()
                                         throws GranException
Throws:
GranException

find

public CprstatusCacheItem find(java.lang.String prstatusId,
                               java.lang.String categoryId)
                        throws GranException
Throws:
GranException

invalidate

public void invalidate()
                throws GranException
Throws:
GranException

invalidateRemovePrstatus

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

invalidateRemoveCategory

public void invalidateRemoveCategory(java.lang.String categoryId)
                              throws GranException
Throws:
GranException

invalidateSingle

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

receive

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


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