Interface SocialServiceContext
- All Known Implementing Classes:
SocialServiceContextImpl
public interface SocialServiceContext
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLifecycleService(LifecycleService lifecycleService) Adds the given lifecycle services to be used.Returns the lifecycle services used to handle lifecycle notificationsbooleanisAsync()booleanisTraced()
-
Method Details
-
getLifecycleServices
List<LifecycleService> getLifecycleServices()Returns the lifecycle services used to handle lifecycle notifications- Returns:
- the lifecycle services
-
addLifecycleService
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()
-