|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleServiceResult
Execution result of a ModuleServiceCall.
| Method Summary | |
|---|---|
java.lang.String |
getErrorMessage()
Error (and perhaps warning) messages for service call. |
java.lang.Object |
getExecutionResult()
Result of service execution. |
boolean |
hasErrors()
Did the service call finish with errors? |
boolean |
hasWarnings()
Did the service call finish with warnings? |
boolean |
isOk()
Did the call finish without errors and warnings? (And was not interrupted by a user.) |
boolean |
wasInterrupted()
Was the call interrupted by user interaction? |
| Method Detail |
|---|
boolean wasInterrupted()
boolean isOk()
boolean hasWarnings()
boolean hasErrors()
java.lang.String getErrorMessage()
null.
Should be of zero length if call isOk().
java.lang.Object getExecutionResult()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||