|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.execution.ExecutionResult<T>
T - result object type.public class ExecutionResult<T>
Store the result of an IExecution.
| Constructor Summary | |
|---|---|
ExecutionResult()
|
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
|
T |
getResult()
|
boolean |
hasException()
|
void |
setException(java.lang.Exception exception)
|
void |
setResult(T result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionResult()
| Method Detail |
|---|
public T getResult()
public void setResult(T result)
result - the result to setpublic java.lang.Exception getException()
public void setException(java.lang.Exception exception)
exception - the Exception to setpublic boolean hasException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||