wt.epm.upload
Class Cache.CacheHandlerAdapter

java.lang.Object
  extended bywt.epm.upload.Cache.CacheHandlerAdapter
All Implemented Interfaces:
Cache.CacheHandler
Direct Known Subclasses:
Cache.IteratedCacheHandler, Cache.NamedCacheHandler
Enclosing class:
Cache

public abstract static class Cache.CacheHandlerAdapter
extends Object
implements Cache.CacheHandler


Field Summary
private  Cache cache
           
 
Constructor Summary
Cache.CacheHandlerAdapter()
           
 
Method Summary
 Cache getCache()
           
 void init(Cache cache)
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wt.epm.upload.Cache.CacheHandler
cacheObject, releaseObject
 

Field Detail

cache

private Cache cache
Constructor Detail

Cache.CacheHandlerAdapter

public Cache.CacheHandlerAdapter()
Method Detail

init

public void init(Cache cache)
          throws WTException
Specified by:
init in interface Cache.CacheHandler
Throws:
WTException

release

public void release()
             throws WTException
Specified by:
release in interface Cache.CacheHandler
Throws:
WTException

getCache

public Cache getCache()