javax.wbem.client
E
- Type Parameterpublic class EnumerateResponse<E> extends Object
Constructor and Description |
---|
EnumerateResponse(String context,
CloseableIterator<E> responses,
boolean end)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public EnumerateResponse(String context, CloseableIterator<E> responses, boolean end)
context
- The enumeration context returned. This will be used for any
future calls for this particular enumeration.responses
- The results of the operation.end
- True if this is the last of the results; false otherwise.public String getContext()
public CloseableIterator<E> getResponses()
public boolean isEnd()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.