JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.apache.sling.commons.scheduler.JobContext
Packages that use
JobContext
Package
Description
org.apache.sling.commons.scheduler
org.apache.sling.event.impl.jobs.scheduling
Uses of
JobContext
in
org.apache.sling.commons.scheduler
Methods in
org.apache.sling.commons.scheduler
with parameters of type
JobContext
Modifier and Type
Method
Description
void
Job.
execute
(
JobContext
context)
Execute this job.
Uses of
JobContext
in
org.apache.sling.event.impl.jobs.scheduling
Methods in
org.apache.sling.event.impl.jobs.scheduling
with parameters of type
JobContext
Modifier and Type
Method
Description
void
JobSchedulerImpl.
execute
(
JobContext
context)