|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.wps.client.process.execute.ExecutionStatus
public class ExecutionStatus
TODO add class documentation here
| Constructor Summary | |
|---|---|
ExecutionStatus(WPSConstants.ExecutionState state,
String statusMsg,
Integer percent,
String creationTime,
OWSExceptionReport exceptionReport)
|
|
| Method Summary | |
|---|---|
String |
getCreationTime()
|
OWSExceptionReport |
getExceptionReport()
Returns the exception report. |
Integer |
getPercentCompleted()
Returns the percentage of the process that has been completed. |
WPSConstants.ExecutionState |
getState()
Returns the current state of the execution. |
String |
getStatusMessage()
Returns the status message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionStatus(WPSConstants.ExecutionState state,
String statusMsg,
Integer percent,
String creationTime,
OWSExceptionReport exceptionReport)
state - statusMsg - percent - creationTime - exceptionReport - | Method Detail |
|---|
public WPSConstants.ExecutionState getState()
nullpublic String getStatusMessage()
null (no status message available)public Integer getPercentCompleted()
null (no completion percentage available)public String getCreationTime()
nullpublic OWSExceptionReport getExceptionReport()
NOTE: An exception report is only available if state is WPSConstants.ExecutionState.FAILED.
null otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||