Iterator
90919293949596
* @throws PersistenceException for any persistence error */ public StoreIterator exportCollection() throws JMSException, PersistenceException { List destinations = getDestinatiuons(); return new IteratorAdapter(destinations.iterator()); }
89909192939495
* @throws PersistenceException for any persistence error */ public StoreIterator exportCollection() throws JMSException, PersistenceException { List users = getUsers(); return new IteratorAdapter(users.iterator()); }
111112113114115116117
* @throws PersistenceException for any persistence error */ public StoreIterator exportCollection() throws JMSException, PersistenceException { List destinations = getDestinations(); return new IteratorAdapter(destinations.iterator()); }