closeAll() - JDO Extent's method

Method
javax.jdo.Extent
void closeAll()

Close all Iterators associated with this Extent instance. Iterators closed by this method will return false to hasNext() and will throw NoSuchElementException on next(). The Extent instance can still be used as a parameter of Query.setExtent, and to get an Iterator.
Since:
JDO 1.0