Package | Description |
---|---|
org.apache.sling.event.impl.jobs |
Modifier and Type | Method and Description |
---|---|
InternalJobState |
JobExecutionResultImpl.getState()
Get the internal state
|
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.
|
Constructor and Description |
---|
JobExecutionResultImpl(InternalJobState state,
String message,
Long retryDelayInMs)
Create a new result
|
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.