wt.epm.upload
Interface CacheObjectOwner

All Known Implementing Classes:
Cache, CacheObject

public interface CacheObjectOwner


Method Summary
 Cache getCache()
           
 void releaseChildObject(CacheObject cacheObject)
          Removes child cache object from this owner cache object.
 

Method Detail

getCache

public Cache getCache()
               throws WTException
Throws:
WTException

releaseChildObject

public void releaseChildObject(CacheObject cacheObject)
                        throws WTException
Removes child cache object from this owner cache object. This method is called by CacheObject.release(). DO NOT USE THIS METHOD DIRECTLY.

Parameters:
cacheObject - CacheObject
Throws:
WTException