public interface SocialServiceContext
| Modifier and Type | Interface and Description |
|---|---|
static class |
SocialServiceContext.ProcessType |
| Modifier and Type | Method and Description |
|---|---|
void |
addLifecycleService(LifecycleService lifecycleService)
Adds the given lifecycle services to be used.
|
ExecutorServiceManager |
getExecutorServiceManager() |
List<LifecycleService> |
getLifecycleServices()
Returns the lifecycle services used to handle lifecycle notifications
|
SocialServiceExecutor |
getServiceExecutor() |
TraceList |
getTraceList() |
boolean |
isAsync() |
boolean |
isTraced() |
List<LifecycleService> getLifecycleServices()
void addLifecycleService(LifecycleService lifecycleService)
lifecycleService - the serviceSocialServiceExecutor getServiceExecutor()
ExecutorServiceManager getExecutorServiceManager()
TraceList getTraceList()
boolean isTraced()
boolean isAsync()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.