|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Proxy for issuing of an asynchronous subrequest
Method Summary | |
IURRepresentation |
join()
Wait for an asynchronous subrequest to complete and return result - same effect as join(0) |
IURRepresentation |
join(long aTimeout)
Wait for an asynchronous subrequest to complete and return result |
void |
setListener(INKFAsyncRequestListener aListener)
Register a listener to be notified when the result of the request is available. |
Method Detail |
public IURRepresentation join() throws NKFException, InterruptedException
NKFException
- an exception issued in trying to issue the sub request.
InterruptedException
- thrown if waiting for the request to complete
is interruptedpublic IURRepresentation join(long aTimeout) throws NKFException, InterruptedException
NKFException
- an exception issued in trying to issue the sub request.
InterruptedException
- thrown if waiting for the request to complete
is interruptedpublic void setListener(INKFAsyncRequestListener aListener)
aListener
-
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |