|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Future
Comment
Method Summary | |
---|---|
Object |
get()
get result, throws Exception of method or InterruptedException |
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 |
---|
Object get() throws InterruptedException, InvocationTargetException
InterruptedException
InvocationTargetException
Object get(long milliseconds) throws TimeoutException, InterruptedException, InvocationTargetException
TimeoutException
InterruptedException
InvocationTargetException
boolean isDone()
void release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |