Package | Description |
---|---|
org.apache.sling.event.impl.jobs | |
org.apache.sling.event.impl.jobs.queues | |
org.apache.sling.event.impl.jobs.stats |
Modifier and Type | Method and Description |
---|---|
static InternalJobState |
InternalJobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalJobState[] |
InternalJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InternalJobState |
JobExecutionResultImpl.getState()
Get the internal state
|
Constructor and Description |
---|
JobExecutionResultImpl(InternalJobState state,
String message,
Long retryDelayInMs)
Create a new result
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticsManager.jobEnded(String queueName,
String topic,
InternalJobState state,
long processingTime) |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.