javax.wbem.client
public class EnumerateResponse<E> extends Object
Parameters:
| Constructor Summary | |
|---|---|
| EnumerateResponse(String pContext, CloseableIterator<E> pResponses, boolean pEnd)
Creates an EnumerateResponse.
| |
| Method Summary | |
|---|---|
| String | getContext()
Get the context that can be used for a subsequent pull request.
|
| CloseableIterator<E> | getResponses()
Get the CloseableIterator for the returned CIM Elements.
|
| boolean | isEnd()
If true, there are no more elements to be returned.
|
EnumerateResponse.
Parameters: pContext
The enumeration context returned. This will be used for any
future calls for this particular enumeration. pResponses
The results of the operation. pEnd
true if this is the last of the results;
false otherwise.
Returns: The Enumeration Context returned from the server.
CloseableIterator for the returned CIM Elements.
Returns: CloseableIterator for the elements returned.
true, there are no more elements to be returned.
Returns: true if this is the last of the results;
false otherwise.