E
- Type parameter.public class EnumerateResponse<E>
extends java.lang.Object
Constructor | Description |
---|---|
EnumerateResponse(java.lang.String pContext,
CloseableIterator<E> pResponses,
boolean pEnd) |
Creates an
EnumerateResponse . |
Modifier and Type | Method | Description |
---|---|---|
java.lang.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(java.lang.String pContext, CloseableIterator<E> pResponses, boolean pEnd)
EnumerateResponse
.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.public java.lang.String getContext()
public CloseableIterator<E> getResponses()
CloseableIterator
for the returned CIM Elements.CloseableIterator
for the elements returned.public boolean isEnd()
true
, there are no more elements to be returned.true
if this is the last of the results;
false
otherwise.Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.