|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INKFAsyncRequestHandle
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 |
|---|
IURRepresentation join()
throws NKFException,
java.lang.InterruptedException
NKFException - an exception issued in trying to issue the sub request.
java.lang.InterruptedException - thrown if waiting for the request to complete
is interrupted
IURRepresentation join(long aTimeout)
throws NKFException,
java.lang.InterruptedException
NKFException - an exception issued in trying to issue the sub request.
java.lang.InterruptedException - thrown if waiting for the request to complete
is interruptedvoid setListener(INKFAsyncRequestListener aListener)
aListener -
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||