Package | Description |
---|---|
org.apache.sling.event.impl.jobs | |
org.apache.sling.event.impl.jobs.queues | |
org.apache.sling.event.jobs |
Modifier and Type | Method and Description |
---|---|
Job.JobState |
JobImpl.getJobState() |
Modifier and Type | Method and Description |
---|---|
void |
JobHandler.finished(Job.JobState state,
boolean keepJobInHistory,
Long duration)
Finish a job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobExecutionContextImpl.ASyncHandler.finished(Job.JobState state) |
Modifier and Type | Method and Description |
---|---|
Job.JobState |
Job.getJobState()
Get the job state
|
static Job.JobState |
Job.JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.JobState[] |
Job.JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.