|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Future
Comment
| Method Summary | |
|---|---|
java.lang.Object |
get()
get result, throws Exception of method or InterruptedException |
java.lang.Object |
get(long milliseconds)
get result, throws Exception of method or InterruptedException |
boolean |
isDone()
is the method call done? |
void |
release()
Release this future so that it can be garbaged collected remotely This is only useful for remote asynchronous. |
| Method Detail |
|---|
java.lang.Object get()
throws java.lang.InterruptedException,
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
java.lang.Object get(long milliseconds)
throws TimeoutException,
java.lang.InterruptedException,
java.lang.reflect.InvocationTargetException
TimeoutException
java.lang.InterruptedException
java.lang.reflect.InvocationTargetExceptionboolean isDone()
void release()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||