|
||||||||||
| 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 Parameterpublic class EnumerateResponse<E>
This class is a container that stores the information from a Pull request.
| Constructor Summary | |
|---|---|
EnumerateResponse(java.lang.String context,
CloseableIterator<E> responses,
boolean end)
Ctor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumerateResponse(java.lang.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.| Method Detail |
|---|
public java.lang.String getContext()
public CloseableIterator<E> getResponses()
public boolean isEnd()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||