|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucsb.cs.jicos.services.Result
public final class Result
A data container for a computation's result. It essentially has 1) an identifier, so the application can know to which computation this result corresponds, and 2) the value, which is an Object.
| Method Summary | |
|---|---|
long |
getCriticalPathTime()
Get the critical path time: A critical directed path is a path of tasks whose execution times sum to a number that is at least as long as any other directed path of tasks. |
ResultId |
getId()
get the computation identifier: The identifier that distinguished this computation from all computations associated with the client's current registration session. |
long |
getTotalTaskTime()
Not currently implemented |
java.lang.Object |
getValue()
get the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getCriticalPathTime()
public ResultId getId()
public long getTotalTaskTime()
public java.lang.Object getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||