org.sblim.cimclient.internal.wbem
public class CloseableIteratorSAX extends Object implements CloseableIterator<Object>
Constructor and Description |
---|
CloseableIteratorSAX(CIMNode pCIMNode)
Ctor.
|
CloseableIteratorSAX(InputStreamReader pStream,
CIMObjectPath pPath)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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() |
public CloseableIteratorSAX(InputStreamReader pStream, CIMObjectPath pPath) throws IOException, SAXException, ParserConfigurationException, WBEMException
pStream
- pPath
- IOException
SAXException
ParserConfigurationException
WBEMException
public CloseableIteratorSAX(CIMNode pCIMNode) throws WBEMException
pCIMNode
- WBEMException
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 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()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.