public interface AsyncCmisServiceFactory
extends org.apache.chemistry.opencmis.commons.server.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. |
AsyncCmisExecutor 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.