wt.epm.upload
Class Cache.CacheIterator

java.lang.Object
  extended bywt.epm.upload.Cache.CacheIterator
Enclosing class:
Cache

public abstract static class Cache.CacheIterator
extends Object


Field Summary
private  Collection cacheObjects
           
 
Constructor Summary
Cache.CacheIterator(Collection cacheObjects)
           
 
Method Summary
 void execute()
           
abstract  void process(CacheObject cacheObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cacheObjects

private Collection cacheObjects
Constructor Detail

Cache.CacheIterator

public Cache.CacheIterator(Collection cacheObjects)
Method Detail

execute

public void execute()
             throws WTException
Throws:
WTException

process

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