com.trackstudio.kernel.cache
Class MessageCacheManager

java.lang.Object
  extended bycom.trackstudio.kernel.cache.CacheManager
      extended bycom.trackstudio.kernel.cache.MessageCacheManager
All Implemented Interfaces:
NotificationReceiver

public class MessageCacheManager
extends CacheManager


Field Summary
 
Fields inherited from class com.trackstudio.kernel.cache.CacheManager
hu
 
Method Summary
 MessageCacheItem find(java.lang.String id)
           
static MessageCacheManager getInstance()
           
 void initCollection(java.util.Collection idColl)
           
 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 MessageCacheManager getInstance()
                                       throws GranException
Throws:
GranException

initCollection

public void initCollection(java.util.Collection idColl)
                    throws GranException
Throws:
GranException

find

public MessageCacheItem find(java.lang.String id)
                      throws GranException
Throws:
GranException

receive

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


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