org.apache.jackrabbit.core.data
Class AsyncUploadResult

java.lang.Object
  extended by org.apache.jackrabbit.core.data.AsyncUploadResult

public class AsyncUploadResult
extends Object

The class holds the result of asynchronous upload to Backend


Constructor Summary
AsyncUploadResult(DataIdentifier identifier, File file)
           
 
Method Summary
 Exception getException()
           
 File getFile()
           
 DataIdentifier getIdentifier()
           
 void setException(Exception exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncUploadResult

public AsyncUploadResult(DataIdentifier identifier,
                         File file)
Method Detail

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.