|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Synchronizes with the asynchronous QILQueue#asyncGetInteractionsByQuery()
method of the QILQueue interface.
Use this interface to test whether the associated operation is complete, regardless of the result of the operation.
Test whether the operation is complete by calling the isCompleted()
method, or wait for the operation to complete by calling the waitCompleted()
method.
Once the operation is complete, you can get the IDs of retrieved interactions by calling the getInteractionList()
method.
QILQueue
Method Summary | |
QILInteractionList |
getInteractionList()
Returns the IDs of the retrieved interactions. |
boolean |
isCompleted()
Indicates whether the associated operation is completed, regardless of the result. |
void |
waitCompleted()
Waits for the associated operation to complete. |
Method Detail |
public QILInteractionList getInteractionList() throws QILRequestFailedException
complete
.
QILRequestFailedException
- exception thrown if the request failed. To get specific reasons for this error, see the subclasses of QILRequestFailedException.QILMaxNumberOfSnapshotsException
,
QILNoInteractionFromIxnServer
public boolean isCompleted()
public void waitCompleted() throws java.lang.InterruptedException
java.lang.InterruptedException
- exception thrown if the request was interrupted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |