|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStreamingQuery
This interface is used to return info objects in batches to users who query the CMS for a large set of objects.
| Method Summary | |
|---|---|
void |
close()
Close the streaming query to release resources held on the CMS |
boolean |
hasNext()
Flag indicating whether there are more query result to be retrieved |
IInfoObjects |
next()
Retrieves next batch of info objects as query result |
| Method Detail |
|---|
boolean hasNext()
throws SDKException
SDKException
IInfoObjects next()
throws SDKException
SDKException
void close()
throws SDKException
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||