Interface | Description |
---|---|
JobCompletedListener |
Used for communication between
JobServiceContext and the
JobSchedulerService . |
JobSchedulerInternal |
JobScheduler local system service interface.
|
JobStore.JobStatusFunctor | |
StateChangedListener |
Interface through which a
StateController informs
the JobSchedulerService that there are some tasks potentially
ready to be run. |
Class | Description |
---|---|
JobPackageTracker | |
JobSchedulerService |
Responsible for taking jobs representing work to be performed by a client app, and determining
based on the criteria specified when that job should be run against the client application's
endpoint.
|
JobSchedulerShellCommand | |
JobServiceContext |
Handles client binding and lifecycle of a job.
|
JobStore |
Maintains the master list of jobs that the job scheduler is tracking.
|