| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.server.async | |
| org.apache.chemistry.opencmis.server.async.impl |
| Modifier and Type | Method and Description |
|---|---|
AsyncCmisExecutor |
AsyncCmisServiceFactory.getAsyncCmisExecutor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an
AsyncCmisExecutor instance that handles the
asynchronous execution of this request. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAsyncCmisExecutor
A simple
AsyncCmisExecutor implementation that uses a
ThreadPoolExecutor for executing asynchronous CMIS requests. |
| Modifier and Type | Method and Description |
|---|---|
AsyncCmisExecutor |
AbstractAsyncServiceFactory.getAsyncCmisExecutor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static AsyncCmisExecutor |
CmisAsyncHelper.getAsyncCmisExecutor(javax.servlet.ServletConfig config,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets the service factory and get the AsyncCmisExecutor instance.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.