public class FailedExecutionResult extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
Cause |
getCause()
The cause for this failed execution attempt.
|
String |
getDispatcher()
The name of the server that dispatched this execution attempt.
|
ErrorType |
getErrorType()
The error type for this failed execution attempt.
|
String |
getErrorWarningDetail()
The stack trace of the error/warning that happened
during this execution attempt.
|
String |
getErrorWarningMessage()
The message associated with an error/warning that occurred
during this execution attempt.
|
Calendar |
getErrorWarningTime()
The time of error/warning occured during this execution attempt.
|
String |
getExecutableStatus()
The status of the request when the executable stage completed.
|
int |
getExecutionAttempt()
The current execution attempt for this request.
|
int |
getLastSubrequestSet()
The set number assigned to the last subrequest submitted by this
request during this execution attempt.
|
int |
getPausedCount()
The number of times this request was paused during this execution
attempt.
|
String |
getPostProcessMessage()
The action message returned by the post-processor for this request.
|
String |
getPostProcessStatus()
The status returned by the post-processor for this request.
|
String |
getPreProcessMessage()
The action message returned by the pre-processor for this request.
|
String |
getPreProcessStatus()
The status returned by the pre-processor for this request.
|
Calendar |
getProcessEnd()
The time processing ended for this execution attempt.
|
String |
getProcessor()
The name of the server that did the last processing for this
execution attempt.
|
Calendar |
getProcessStart()
The time processing started for this execution attempt.
|
long |
getRequestId()
The request identifier associated with this execution attempt.
|
Calendar |
getScheduledTime()
The scheduled time of this execution attempt.
|
State |
getState()
The state for this failed execution attempt.
|
MetadataObjectId |
getWorkAssignmentId()
The metadata id of the work assignment that handled this execution
attempt.
|
MetadataObjectId |
getWorkshiftId()
The metadata id of the workshift that handled this execution attempt.
|
String |
toString() |
public long getRequestId()
public int getExecutionAttempt()
public State getState()
public ErrorType getErrorType()
ERROR
.public Cause getCause()
public String getErrorWarningMessage()
public Calendar getErrorWarningTime()
public String getErrorWarningDetail()
public Calendar getScheduledTime()
public Calendar getProcessStart()
public Calendar getProcessEnd()
public String getDispatcher()
public String getProcessor()
public MetadataObjectId getWorkAssignmentId()
public MetadataObjectId getWorkshiftId()
public int getPausedCount()
public int getLastSubrequestSet()
public String getPreProcessStatus()
public String getPreProcessMessage()
public String getPostProcessStatus()
public String getPostProcessMessage()
public String getExecutableStatus()