org.apache.jackrabbit.core.data
Class AsyncUploadResult
java.lang.Object
org.apache.jackrabbit.core.data.AsyncUploadResult
public class AsyncUploadResult
- extends Object
The class holds the result of asynchronous upload to Backend
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncUploadResult
public AsyncUploadResult(DataIdentifier identifier,
File file)
getIdentifier
public DataIdentifier getIdentifier()
getFile
public File getFile()
getException
public Exception getException()
setException
public void setException(Exception exception)
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.