|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ItemsIterator
Iterator over Exchange items.
| Method Summary | |
|---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
ExchangeItem |
next()
Deprecated. use the method nextItem() instead. |
ExchangeItem |
nextItem()
|
void |
remove()
Deprecated. use the method ExchangeItem.delete(boolean) instead. |
| Method Detail |
|---|
boolean hasNext()
hasNext in interface java.util.Iterator<ExchangeItem>ExchangeItem next()
next in interface java.util.Iterator<ExchangeItem>java.util.NoSuchElementException - encapsulating a ExchangeServiceException if any errors occur during the communication with Exchange.nextItem()void remove()
remove in interface java.util.Iterator<ExchangeItem>java.lang.UnsupportedOperationException - alwaysExchangeItem.delete(boolean)
ExchangeItem nextItem()
throws ExchangeServiceException
ExchangeServiceException - if any errors occur during the communication with Exchange.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||