com.waveset.adapter
Class ResourceAdapterProxy.ExclusionCheckingAccountIterator

java.lang.Object
  extended bycom.waveset.adapter.ResourceAdapterProxy.ExclusionCheckingAccountIterator
All Implemented Interfaces:
AccountIterator
Enclosing class:
ResourceAdapterProxy

public class ResourceAdapterProxy.ExclusionCheckingAccountIterator
extends java.lang.Object
implements AccountIterator


Field Summary
 
Fields inherited from interface com.waveset.adapter.AccountIterator
code_id
 
Method Summary
 void close()
           
 boolean hasNext()
           
 WSUser next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
                throws WavesetException
Specified by:
hasNext in interface AccountIterator
Throws:
WavesetException

next

public WSUser next()
            throws java.util.NoSuchElementException,
                   WavesetException
Specified by:
next in interface AccountIterator
Returns:
the next account

Throws:
com.waveset.adapter.exception.ContinuableIteratorException - if an error occurs getting a particular account but the error was not fatal, and the iterator can be used to iterate thr-ough the remaining accounts.
java.util.NoSuchElementException
WavesetException

close

public void close()
Specified by:
close in interface AccountIterator