|
Project Aristotle - ArisID Attribute Services | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResultSet
| Method Summary | |
|---|---|
void |
cancel()
Cancel's the remaining results. |
IGFException |
getError()
Returns the primary exception, if any, that may have occured producing the result set. |
IDigitalSubject |
getNext()
Returns the next IDigitalSubject. |
boolean |
hasError()
A boolean indicating if an error exists in the creation of the result set. |
boolean |
hasMore()
Use to see if there are more results in the result set. |
boolean |
isPartial()
A boolean indicating if the result set contains partial results. |
void |
registerResultListener(INextResultListener resultListener)
To enable asynchronous processing of larger result sets, a client can elect to register an INextResultListener rather than polling isReady(); |
| Method Detail |
|---|
boolean hasMore()
IDigitalSubject getNext()
throws MappingException,
ConnectionException,
IGFException
registerResultListener(INextResultListener) to enable
asynchronous processing and event notification.
MappingException
ConnectionException
IGFExceptionvoid cancel()
boolean isPartial()
getError().boolean hasError()
IGFException getError()
void registerResultListener(INextResultListener resultListener)
resultListener -
|
OpenLiberty.org - Licensed under Apache APL 2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||