|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.wbem.client.EnumerateResponse<E>
E - Type parameter.public class EnumerateResponse<E>
This class is a container that stores the information from a Pull request.
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumerateResponse(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.| Method Detail |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||