Interface SocialServiceContext

All Known Implementing Classes:
SocialServiceContextImpl

public interface SocialServiceContext
  • Method Details

    • 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()