|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.wbem.CloseableIteratorPULL
public class CloseableIteratorPULL
CloseableIterator implementation for PULL parser.
Constructor Summary | |
---|---|
CloseableIteratorPULL(InputStreamReader pStream,
CIMObjectPath pPath)
Ctor. |
|
CloseableIteratorPULL(XMLPullParser pParser,
XMLDefaultHandlerImpl pHandler)
Ctor. |
Method Summary | |
---|---|
void |
close()
Closes the Iterator . |
CIMArgument<?>[] |
getCIMArguments()
getCIMArguments : returns the array of parsed parameters and their values : String name, CIMDataType type, Object value |
WBEMException |
getWBEMException()
If next() or hasNext() throws a
RuntimeException , this method must be called to get the
WBEMException . |
boolean |
hasNext()
|
Object |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloseableIteratorPULL(InputStreamReader pStream, CIMObjectPath pPath) throws RuntimeException
pStream
- pPath
-
RuntimeException
public CloseableIteratorPULL(XMLPullParser pParser, XMLDefaultHandlerImpl pHandler)
pParser
- pHandler
- Method Detail |
---|
public void close()
CloseableIterator
Iterator
. This allows the underlying
implementation to do any cleanup and disconnect from any source that it
may be using.
close
in interface CloseableIterator<Object>
public boolean hasNext()
hasNext
in interface Iterator<Object>
public Object next()
next
in interface Iterator<Object>
public void remove()
remove
in interface Iterator<Object>
public WBEMException getWBEMException()
CloseableIterator
next()
or hasNext()
throws a
RuntimeException
, this method must be called to get the
WBEMException
.
getWBEMException
in interface CloseableIterator<Object>
WBEMException
or null if one was not thrown.public CIMArgument<?>[] getCIMArguments()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |