QJCC homepage

biz.chitec.quarterback.gjsa.server
Interface FileUploadExecutor.ReturnValueRunnable

All Superinterfaces:
java.lang.Runnable
Enclosing interface:
FileUploadExecutor

public static interface FileUploadExecutor.ReturnValueRunnable
extends java.lang.Runnable

Special interface for successful callback If the callback given to the executor's constructor implements this interface, the executor will call the runWithReturnValue() method instead of the standard run() and return the result in the command answer


Method Summary
 java.lang.Object runWithReturnValue()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

runWithReturnValue

public java.lang.Object runWithReturnValue()

QJCC homepage