|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreIterator
An iterator over a Store
.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iterator has more elements. |
java.lang.Object |
next()
Returns the next element in the interation. |
Method Detail |
---|
boolean hasNext()
java.lang.Object next() throws javax.jms.JMSException, org.exolab.jms.persistence.PersistenceException
javax.jms.JMSException
- for any JMS error
org.exolab.jms.persistence.PersistenceException
- for any persistence error
java.util.NoSuchElementException
- iteration has no more elements.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |