org.exoplatform.social.common.service
Interface SocialServiceContext
- All Known Implementing Classes:
- SocialServiceContextImpl
public interface SocialServiceContext
getLifecycleServices
List<LifecycleService> getLifecycleServices()
- Returns the lifecycle services used to handle lifecycle notifications
- Returns:
- the lifecycle services
addLifecycleService
void addLifecycleService(LifecycleService lifecycleService)
- Adds the given lifecycle services to be used.
- Parameters:
lifecycleServices - the service
getServiceExecutor
SocialServiceExecutor getServiceExecutor()
getExecutorServiceManager
ExecutorServiceManager getExecutorServiceManager()
getTraceList
TraceList getTraceList()
isTraced
boolean isTraced()
isAsync
boolean isAsync()
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.