Interface SocialServiceContext
-
- All Known Implementing Classes:
SocialServiceContextImpl
public interface SocialServiceContext
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSocialServiceContext.ProcessType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLifecycleService(LifecycleService lifecycleService)Adds the given lifecycle services to be used.ExecutorServiceManagergetExecutorServiceManager()List<LifecycleService>getLifecycleServices()Returns the lifecycle services used to handle lifecycle notificationsSocialServiceExecutorgetServiceExecutor()TraceListgetTraceList()booleanisAsync()booleanisTraced()
-
-
-
Method Detail
-
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:
lifecycleService- the service
-
getServiceExecutor
SocialServiceExecutor getServiceExecutor()
-
getExecutorServiceManager
ExecutorServiceManager getExecutorServiceManager()
-
getTraceList
TraceList getTraceList()
-
isTraced
boolean isTraced()
-
isAsync
boolean isAsync()
-
-