public interface AsyncCmisServiceFactory extends CmisServiceFactory
CmisService objects that support asynchronous execution.| Modifier and Type | Method and Description |
|---|---|
AsyncCmisExecutor |
getAsyncCmisExecutor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an
AsyncCmisExecutor instance that handles the
asynchronous execution of this request. |
destroy, encryptTempFiles, getMaxContentSize, getMemoryThreshold, getService, getTempDirectory, getTempFileOutputStream, initAsyncCmisExecutor getAsyncCmisExecutor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
AsyncCmisExecutor instance that handles the
asynchronous execution of this request.
If this method returns null the request is executed
synchronously.request - the request objectresponse - the response objectAsyncCmisExecutor instance or nullCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.