|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.plt.concurrent.TaskController.State
edu.rice.cs.plt.concurrent.TaskController.FinishedState
edu.rice.cs.plt.concurrent.TaskController.CleanlyFinishedState
protected class TaskController.CleanlyFinishedState
Finished with a result. Only states with this type are "resolved" -- others should either require additional computation or throw an exception.
| Constructor Summary | |
|---|---|
TaskController.CleanlyFinishedState(R result)
|
|
| Method Summary | |
|---|---|
R |
get()
|
R |
get(long timeout,
java.util.concurrent.TimeUnit u)
|
| Methods inherited from class edu.rice.cs.plt.concurrent.TaskController.FinishedState |
|---|
cancel, start, status |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskController.CleanlyFinishedState(R result)
| Method Detail |
|---|
public R get()
get in class TaskController.State
public R get(long timeout,
java.util.concurrent.TimeUnit u)
get in class TaskController.State
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||