wt.epm.upload
Class Cache.IteratedCacheHandler

java.lang.Object
  extended bywt.epm.upload.Cache.CacheHandlerAdapter
      extended bywt.epm.upload.Cache.IteratedCacheHandler
All Implemented Interfaces:
Cache.CacheHandler
Enclosing class:
Cache

public static class Cache.IteratedCacheHandler
extends Cache.CacheHandlerAdapter


Field Summary
private  Map objectsByMasterCacheId
           
 
Fields inherited from class wt.epm.upload.Cache.CacheHandlerAdapter
 
Constructor Summary
Cache.IteratedCacheHandler()
           
 
Method Summary
 void cacheObject(CacheObject cacheObject)
           
 CacheObject getCacheObjectByMaster(Persistable master)
           
 CacheObject getCacheObjectByMasterObjectIdentifier(ObjectIdentifier id)
           
 CacheObject getCacheObjectByMasterReference(WTReference reference)
           
 void releaseObject(CacheObject cacheObject)
           
 
Methods inherited from class wt.epm.upload.Cache.CacheHandlerAdapter
getCache, init, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectsByMasterCacheId

private Map objectsByMasterCacheId
Constructor Detail

Cache.IteratedCacheHandler

public Cache.IteratedCacheHandler()
Method Detail

cacheObject

public void cacheObject(CacheObject cacheObject)
                 throws WTException
Throws:
WTException

releaseObject

public void releaseObject(CacheObject cacheObject)
                   throws WTException
Throws:
WTException

getCacheObjectByMasterObjectIdentifier

public CacheObject getCacheObjectByMasterObjectIdentifier(ObjectIdentifier id)
                                                   throws WTException
Throws:
WTException

getCacheObjectByMaster

public CacheObject getCacheObjectByMaster(Persistable master)
                                   throws WTException
Throws:
WTException

getCacheObjectByMasterReference

public CacheObject getCacheObjectByMasterReference(WTReference reference)
                                            throws WTException
Throws:
WTException