|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base ManagedEntityValue iterator.
This object is created to contain the results of an operation so that the results may be returned to the client at a rate determined by the client. The client receives the iterator as a result of a query operation. The client then invokes operations on the iterator to receive batches of results in sizes determined by the client.
The iterator keeps track of how far through the results the client has progressed.
Method Summary | |
ManagedEntityValue[] |
getNext(int howMany)
Retrieve the next available values. |
void |
remove()
Deallocate resources associated with this iterator. |
Method Detail |
public ManagedEntityValue[] getNext(int howMany)
howMany
- maximum number of values to return.
public void remove() throws RemoveException
This should be called when the client is finished iterating through the collection.
RemoveException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |