javax.wbem
public interface CloseableIterator extends Iterator
| Method Summary | |
|---|---|
| void | close()
Closes the Iterator. |
| WBEMException | getWBEMException()
If next() or hasNext() throws a RuntimeException, this method must be
called to get the WBEMException.
|
Iterator. This allows the undeerlying
implementation to do any cleanup and disconnect from any source that it
may be using.Returns: The WBEMException or null if one was not thrown.