|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncProcessor | |
|---|---|
| org.exoplatform.social.common.service | |
| org.exoplatform.social.common.service.impl | |
| org.exoplatform.social.common.service.utils | |
| Uses of AsyncProcessor in org.exoplatform.social.common.service |
|---|
| Methods in org.exoplatform.social.common.service with parameters of type AsyncProcessor | |
|---|---|
ProcessContext |
SocialServiceExecutor.async(AsyncProcessor asyncProcessor,
ProcessContext processContext)
|
ProcessContext |
SocialServiceExecutor.async(AsyncProcessor asyncProcessor,
ProcessContext processContext,
AsyncCallback callback)
|
Future<ProcessContext> |
SocialServiceExecutor.asyncProcess(AsyncProcessor asyncProcessor,
ProcessContext processContext)
|
| Uses of AsyncProcessor in org.exoplatform.social.common.service.impl |
|---|
| Methods in org.exoplatform.social.common.service.impl with parameters of type AsyncProcessor | |
|---|---|
ProcessContext |
SocialServiceExecutorImpl.async(AsyncProcessor asyncProcessor,
ProcessContext processContext)
|
ProcessContext |
SocialServiceExecutorImpl.async(AsyncProcessor asyncProcessor,
ProcessContext processContext,
AsyncCallback callback)
|
Future<ProcessContext> |
SocialServiceExecutorImpl.asyncProcess(AsyncProcessor asyncProcessor,
ProcessContext processorContext)
|
protected ProcessContext |
SocialServiceExecutorImpl.process(AsyncProcessor asyncProcessor,
ProcessContext processorContext)
Processes Async Processor with ProcessContext |
| Uses of AsyncProcessor in org.exoplatform.social.common.service.utils |
|---|
| Methods in org.exoplatform.social.common.service.utils with parameters of type AsyncProcessor | |
|---|---|
static void |
AsyncProcessorTool.process(AsyncProcessor processor,
ProcessContext processContext)
Calls the async of the processor's process method and waits for it to complete before returning. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||