|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Object get() throws InterruptedException, InvocationTargetException
InterruptedException
InvocationTargetException
public Object get(long milliseconds) throws TimeoutException, InterruptedException, InvocationTargetException
TimeoutException
InterruptedException
InvocationTargetException
public boolean isDone()
public void release()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |