Uses of Class
org.apache.oodt.cas.filemgr.structs.exceptions.CacheException

Packages that use CacheException
org.apache.oodt.cas.filemgr.ingest   
 

Uses of CacheException in org.apache.oodt.cas.filemgr.ingest
 

Methods in org.apache.oodt.cas.filemgr.ingest that throw CacheException
 boolean LocalCache.liveHasProduct(String uniqueElementName, String uniqueElementValue, String productTypeName)
          Performs a XmlRpcFileManagerClient.hasProduct(String) check against a live File Manager, bypassing the Cache.
 void CachedIngester.resynsc()
           
 void RmiCache.sync()
           
 void LocalCache.sync()
           
 void Cache.sync()
          Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
 void RmiCache.sync(List<String> uniqueElementProductTypeNames)
           
 void LocalCache.sync(List<String> uniqueElementProductTypeNames)
           
 void Cache.sync(List<String> uniqueElementProductTypeNames)
          Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
 void RmiCache.sync(String uniqueElementName, List<String> uniqueElementProductTypeNames)
           
 void LocalCache.sync(String uniqueElementName, List<String> uniqueElementProductTypeNames)
           
 void Cache.sync(String uniqueElementName, List<String> uniqueElementProductTypeNames)
          Synchronizes this Cache with the File Manager specified by the Cache.setFileManager(URL) method.
 



Copyright © 1999-2011 Apache OODT. All Rights Reserved.