Uses of Class
org.apache.jackrabbit.core.data.AsyncUploadCacheResult

Packages that use AsyncUploadCacheResult
org.apache.jackrabbit.core.data   
 

Uses of AsyncUploadCacheResult in org.apache.jackrabbit.core.data
 

Methods in org.apache.jackrabbit.core.data that return AsyncUploadCacheResult
 AsyncUploadCacheResult AsyncUploadCache.add(String fileName)
          This methods checks if file can be added to AsyncUploadCache.asyncUploadMap.
 AsyncUploadCacheResult AsyncUploadCache.remove(String fileName)
          This methods removes file (if found) from AsyncUploadCache.asyncUploadMap.
 AsyncUploadCacheResult LocalCache.store(String fileName, File src, boolean tryForAsyncUpload)
          This method add file to LocalCache and tries that file can be added to AsyncUploadCache.
 



Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.