|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.wbem.CloseableIteratorDOM
public class CloseableIteratorDOM
Class CloseableIteratorDOM is a CloseableIterator implementation for the CIM-XML DOM parser.
| Constructor Summary | |
|---|---|
CloseableIteratorDOM(org.xml.sax.InputSource pIs,
CIMObjectPath pLocalPath)
Ctor. |
|
CloseableIteratorDOM(java.io.InputStreamReader pStream,
CIMObjectPath pPath)
Ctor. |
|
| Method Summary | |
|---|---|
void |
close()
Closes the Iterator. |
java.util.List<java.lang.Object> |
getParamValues()
getParamValues : returns the list of CIMArgument 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()
|
java.lang.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 CloseableIteratorDOM(java.io.InputStreamReader pStream,
CIMObjectPath pPath)
throws WBEMException,
java.io.IOException
pStream - pPath -
WBEMException
java.io.IOException
public CloseableIteratorDOM(org.xml.sax.InputSource pIs,
CIMObjectPath pLocalPath)
throws WBEMException
pIs - pLocalPath -
WBEMException| Method Detail |
|---|
public void close()
CloseableIteratorIterator. This allows the underlying
implementation to do any cleanup and disconnect from any source that it
may be using.
close in interface CloseableIterator<java.lang.Object>public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Object>public java.lang.Object next()
next in interface java.util.Iterator<java.lang.Object>public void remove()
remove in interface java.util.Iterator<java.lang.Object>public WBEMException getWBEMException()
CloseableIteratornext() or hasNext() throws a
RuntimeException, this method must be called to get the
WBEMException.
getWBEMException in interface CloseableIterator<java.lang.Object>WBEMException or null if one was not thrown.public java.util.List<java.lang.Object> getParamValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||