Interface ServiceManager.ServiceScheduleSkipper

Enclosing interface:
ServiceManager

@PublicApi public static interface ServiceManager.ServiceScheduleSkipper
Deprecated.
v6.2 This is no longer used.
This interface provides capability for other processes to request a service run.
Since:
v3.10
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    addService(Long serviceId)
    Deprecated.
    Adds a service with a given id to this skipper
    void
    awaitServiceRun(Long serviceId)
    Deprecated.
    Await this service being run.
  • Method Details

    • addService

      boolean addService(Long serviceId)
      Deprecated.
      Adds a service with a given id to this skipper
      Parameters:
      serviceId - service id
      Returns:
      true if service was not in this skipper already, false otherwise
    • awaitServiceRun

      void awaitServiceRun(Long serviceId) throws InterruptedException
      Deprecated.
      Await this service being run.
      Parameters:
      serviceId - Service ID
      Throws:
      InterruptedException - if the current thread was interrupted while waiting