Uses of Class
ncsa.tools.trebuchet.core.cache.OperationCache

Packages that use OperationCache
ncsa.tools.ogrescript.process.trebuchet.types   
ncsa.tools.ogrescript.trebuchet.tasks.cache   
ncsa.tools.trebuchet.core   
ncsa.tools.trebuchet.core.agents.cache   
ncsa.tools.trebuchet.core.cache   
ncsa.tools.trebuchet.core.monitors   
ncsa.tools.trebuchet.core.operations   
ncsa.tools.trebuchet.core.util   
ncsa.tools.trebuchet.listeners   
 

Uses of OperationCache in ncsa.tools.ogrescript.process.trebuchet.types
 

Methods in ncsa.tools.ogrescript.process.trebuchet.types that return OperationCache
 OperationCache FileMonitor.getCache()
           
 

Uses of OperationCache in ncsa.tools.ogrescript.trebuchet.tasks.cache
 

Methods in ncsa.tools.ogrescript.trebuchet.tasks.cache with parameters of type OperationCache
 void Reset.setCache(OperationCache cache)
           
 void Print.setCache(OperationCache cache)
           
 void Open.setCache(OperationCache cache)
           
 void Header.setCache(OperationCache cache)
           
 void Entry.setCache(OperationCache cache)
           
 void Delete.setCache(OperationCache cache)
           
 void Close.setCache(OperationCache cache)
           
 

Uses of OperationCache in ncsa.tools.trebuchet.core
 

Methods in ncsa.tools.trebuchet.core that return OperationCache
 OperationCache ICacheBasedOperation.getReadOnlyCacheInstance()
           
 

Methods in ncsa.tools.trebuchet.core with parameters of type OperationCache
static void TrebuchetCacheReader.writeToFile(OperationCache cache, java.lang.String file, boolean full)
           
 void ICacheAccessor.setCache(OperationCache cache)
           
 

Uses of OperationCache in ncsa.tools.trebuchet.core.agents.cache
 

Methods in ncsa.tools.trebuchet.core.agents.cache that return OperationCache
 OperationCache CacheAgent.getCache()
           
 

Methods in ncsa.tools.trebuchet.core.agents.cache with parameters of type OperationCache
 void CacheAgent.setCache(OperationCache cache)
           
 

Uses of OperationCache in ncsa.tools.trebuchet.core.cache
 

Subclasses of OperationCache in ncsa.tools.trebuchet.core.cache
 class CopyCache
           
 class IndexedListCache
          This class is intended for operations in which it is necessary to update the cache on the basis of path name.
 class ListCache
           
 

Methods in ncsa.tools.trebuchet.core.cache that return OperationCache
abstract  OperationCache OperationCache.getReadOnlyInstance()
           
 OperationCache ListCache.getReadOnlyInstance()
           
 OperationCache IndexedListCache.getReadOnlyInstance()
           
 OperationCache CopyCache.getReadOnlyInstance()
           
 

Uses of OperationCache in ncsa.tools.trebuchet.core.monitors
 

Methods in ncsa.tools.trebuchet.core.monitors that return OperationCache
 OperationCache ScanningMonitor.getCache()
           
 

Uses of OperationCache in ncsa.tools.trebuchet.core.operations
 

Methods in ncsa.tools.trebuchet.core.operations that return OperationCache
 OperationCache Ls.getReadOnlyCacheInstance()
           
 OperationCache CacheBasedOperation.getReadOnlyCacheInstance()
           
 

Methods in ncsa.tools.trebuchet.core.operations with parameters of type OperationCache
 void CacheBasedOperation.setCache(OperationCache cache)
           
 

Uses of OperationCache in ncsa.tools.trebuchet.core.util
 

Methods in ncsa.tools.trebuchet.core.util with parameters of type OperationCache
 Touch OperationFactory.createUninitializedTouchOperation(OperationCache cache)
           
 Mkdir OperationFactory.createUninitializedMkdirOperation(OperationCache cache)
           
 Delete OperationFactory.createUninitializedDeleteOperation(OperationCache cache)
           
 

Uses of OperationCache in ncsa.tools.trebuchet.listeners
 

Methods in ncsa.tools.trebuchet.listeners with parameters of type OperationCache
 void TransferCompletedListener.setCache(OperationCache cache)
           
 void ListToMetadataListener.setCache(OperationCache cache)
           
 void CopyProgressListener.setCache(OperationCache cache)
           
 void LoggingOperationListener.setCache(OperationCache cache)