Uses of Interface
wt.scheduler.SchedulingService

Packages that use SchedulingService
wt.scheduler
scheduler package — Scheduling Service

The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. 

 

Uses of SchedulingService in wt.scheduler
 

Classes in wt.scheduler that implement SchedulingService
 class SchedulingServiceFwd
          The standard scheduling servide presents a client accessible API to functions provided in the server by the StandardSchedulingService

Supported API: false

Extendable: false
 class StandardSchedulingService
          Standard implementation of the scheduling service.
 

Fields in wt.scheduler declared as SchedulingService
static SchedulingService SchedulingHelper.service
          

Supported API: false